summaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2017-09-09 14:08:23 -0400
committerBen Burwell <ben@benburwell.com>2017-09-09 14:08:23 -0400
commit607b89865a1b98d9a199ad81a7a1a14d0bcb8784 (patch)
tree2876dfe4ea94b2ac7637a6ea35f8b715d06cc1bb /_layouts
parent5a3ecf55c37be23d144926c8efa06fb98dced364 (diff)
Add twitter info to site config
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/master.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/_layouts/master.html b/_layouts/master.html
index 1719260..a2b941a 100644
--- a/_layouts/master.html
+++ b/_layouts/master.html
@@ -41,9 +41,9 @@
<meta property="article:author" content="Ben Burwell">
<meta property="fb:admins" content="1439777397">
<meta name="twitter:card" content="summary">
- <meta name="twitter:site" content="@bburwell">
+ <meta name="twitter:site" content="{{site.twitter.site}}">
<meta name="twitter:title" content="{{ page.title }}">
- <meta name="twitter:creator" content="@bburwell">
+ <meta name="twitter:creator" content="{{site.twitter.creator}}">
{% if page.description %}
<meta property="twitter:description" content="{{ page.description}}">
{% else %}