summaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
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 %}