From 5d3f3c45be7e2efc6327696bb30dc2e10b5ae77a Mon Sep 17 00:00:00 2001 From: David Darnes Date: Fri, 29 Jul 2016 10:45:07 +0100 Subject: [PATCH] Oops, missed a closing conditional --- _includes/footer.html | 2 +- garth-jekyll-theme.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/footer.html b/_includes/footer.html index 913297b..a033c4e 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -2,7 +2,7 @@
- © {{ site.time | date: '%Y' }} – {% if site.title %}{{ site.title }}{% else %}Garth by David Darnes + © {{ site.time | date: '%Y' }} – {% if site.title %}{{ site.title }}{% else %}Garth by David Darnes{% endif %}
diff --git a/garth-jekyll-theme.gemspec b/garth-jekyll-theme.gemspec index 3bc38d8..8ed77ee 100644 --- a/garth-jekyll-theme.gemspec +++ b/garth-jekyll-theme.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'garth-jekyll-theme' - s.version = '0.2.5' + s.version = '0.2.6' s.license = 'MIT' s.summary = 'A stupidly simple theme for Jekyll (3.2)' s.description = 'A stupidly simple theme for Jekyll (3.2), using official Jekyll theme implementation'