From c0f853abfb12fa3de76edadd60570930c7732cc1 Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Mon, 3 Sep 2018 23:24:53 -0400 Subject: add rss and social media icons to header --- _includes/head.html | 1 + _includes/header.html | 21 ++++++++++++++++----- 2 files changed, 17 insertions(+), 5 deletions(-) (limited to '_includes') diff --git a/_includes/head.html b/_includes/head.html index 2fe3b2a..3758dc3 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -6,6 +6,7 @@ + {%- feed_meta -%} {%- if jekyll.environment == 'production' and site.google_analytics -%} diff --git a/_includes/header.html b/_includes/header.html index 2d9f4c8..4ce71f8 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,14 +1,25 @@ -- cgit v1.2.3