Skip to content

Commit

Permalink
jsonify github.owner
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonrosage committed Feb 12, 2019
1 parent f876694 commit e44bd3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit e44bd3f

Please sign in to comment.