includes/header: fix user definition.
This commit is contained in:
parent
e44bd3fabd
commit
2370adbb56
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
{% assign posts_total = site.posts | size %}
|
||||
|
||||
{% assign user = site.github.owner | jsonify %}
|
||||
{% assign user = site.github.owner %}
|
||||
|
||||
<!doctype html>
|
||||
<html>
|
||||
|
|
Loading…
Reference in a new issue