Oops, missed a closing conditional
This commit is contained in:
parent
453837a8cd
commit
5d3f3c45be
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
||||||
<small class="small">© {{ site.time | date: '%Y' }} – {% if site.title %}{{ site.title }}{% else %}Garth by <a href="https://darn.es/" title="David Darnes">David Darnes</a></small>
|
<small class="small">© {{ site.time | date: '%Y' }} – {% if site.title %}{{ site.title }}{% else %}Garth by <a href="https://darn.es/" title="David Darnes">David Darnes</a>{% endif %}</small>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = 'garth-jekyll-theme'
|
s.name = 'garth-jekyll-theme'
|
||||||
s.version = '0.2.5'
|
s.version = '0.2.6'
|
||||||
s.license = 'MIT'
|
s.license = 'MIT'
|
||||||
s.summary = 'A stupidly simple theme for Jekyll (3.2)'
|
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'
|
s.description = 'A stupidly simple theme for Jekyll (3.2), using official Jekyll theme implementation'
|
||||||
|
Loading…
Reference in New Issue
Block a user