jsonify github.owner
This commit is contained in:
parent
f8766949c7
commit
e44bd3fabd
1 changed files with 2 additions and 2 deletions
|
@ -8,13 +8,13 @@
|
|||
|
||||
{% assign posts_total = site.posts | size %}
|
||||
|
||||
{% assign user = site.github.owner %}
|
||||
{% assign user = site.github.owner | jsonify %}
|
||||
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>{{ site.github.owner.name }}</title>
|
||||
<title>{{ user.name }}</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<link href="/assets/styles.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
|
|
Loading…
Reference in a new issue