summaryrefslogtreecommitdiff
path: root/_layouts/master.html
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2016-04-07 19:16:21 -0400
committerBen Burwell <ben@benburwell.com>2016-04-07 19:16:46 -0400
commit5db48c8413f3211c9514e69483ff840e552d6e14 (patch)
treed1535e2328e854a55994da36b0567b260b6fa6d9 /_layouts/master.html
parent1c50d6631f7d54022271174e3013320d57be26b8 (diff)
Add jekyll-feed (closes #7)
Diffstat (limited to '_layouts/master.html')
-rw-r--r--_layouts/master.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/_layouts/master.html b/_layouts/master.html
index 36e39c1..1719260 100644
--- a/_layouts/master.html
+++ b/_layouts/master.html
@@ -16,6 +16,7 @@
<link rel="apple-touch-icon" href="/assets/images/icons/apple/apple-touch-icon-120x120.png" sizes="120x120">
<link rel="apple-touch-icon" href="/assets/images/icons/apple/apple-touch-icon-144x144.png" sizes="144x144">
<link rel="apple-touch-icon" href="/assets/images/icons/apple/apple-touch-icon-152x152.png" sizes="152x152">
+ <link rel="alternate" type="application/atom+xml" title="benburwell.com blog posts" href="/feed.xml">
<meta name="author" content="Ben Burwell">
{% if page.description %}
<meta name="description" content="{{ page.description }}">