diff --git a/_layouts/left_col.html b/_layouts/left_col.html index e0fac002709e3d5bd6e6ad4481a05d9ef47f9bf5..e19cc2635619ee9065da28b6f3d71bcf0312ca48 100644 --- a/_layouts/left_col.html +++ b/_layouts/left_col.html @@ -20,7 +20,7 @@ layout: default
-

+

{{ page.title | escape }} {% if page.date %}({{ page.date | date: '%F' }}){% endif %}

diff --git a/elixir-theme.gemspec b/elixir-theme.gemspec index ac272d0dd7f0f7f23b0ab7eb25e5644c592accfd..5ece6bd93bea7a08b3af50d784e7edc83445a58f 100644 --- a/elixir-theme.gemspec +++ b/elixir-theme.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |spec| spec.name = "jekyll-elixir-theme" - spec.version = "0.9.7" + spec.version = "0.9.8" spec.authors = ["jacek.lebioda"] spec.email = ["jacek.lebioda@uni.lu"]