diff --git a/_layouts/left_col.html b/_layouts/left_col.html index 4a9012577ba206d20378953e7bbfa46ab4bc9157..3d14e369e3e65887c7a6988824ee022294d213ec 100644 --- a/_layouts/left_col.html +++ b/_layouts/left_col.html @@ -22,6 +22,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 31759d0ee99297443dc89a527a5710cd8f2eb6e9..ac272d0dd7f0f7f23b0ab7eb25e5644c592accfd 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.6" + spec.version = "0.9.7" spec.authors = ["jacek.lebioda"] spec.email = ["jacek.lebioda@uni.lu"]