jsonify github.owner

This commit is contained in:
Brandon Rosage 2019-02-12 07:37:26 -06:00
parent f8766949c7
commit e44bd3fabd

View file

@ -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>