Skip to content

Commit 2370adb

Browse files
committed
includes/header: fix user definition.
1 parent e44bd3f commit 2370adb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
{% assign posts_total = site.posts | size %}
1010

11-
{% assign user = site.github.owner | jsonify %}
11+
{% assign user = site.github.owner %}
1212

1313
<!doctype html>
1414
<html>

0 commit comments

Comments
 (0)