includes/header: fix user definition.

This commit is contained in:
Mike McQuaid 2019-02-12 16:50:01 +00:00
parent e44bd3fabd
commit 2370adbb56
No known key found for this signature in database
GPG key ID: 48A898132FD8EE70

View file

@ -8,7 +8,7 @@
{% assign posts_total = site.posts | size %}
{% assign user = site.github.owner | jsonify %}
{% assign user = site.github.owner %}
<!doctype html>
<html>