Oops, missed a closing conditional
This commit is contained in:
parent
453837a8cd
commit
5d3f3c45be
@ -2,7 +2,7 @@
|
||||
|
||||
<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>
|
||||
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user