From cf89cf0156f37700680be151c9e426e64ba78094 Mon Sep 17 00:00:00 2001 From: Jacek Lebioda Date: Mon, 14 Oct 2019 11:55:47 +0200 Subject: [PATCH] Resolve "Remove capitalization" --- _layouts/left_col.html | 2 +- elixir-theme.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_layouts/left_col.html b/_layouts/left_col.html index e0fac00..e19cc26 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 ac272d0..5ece6bd 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"] -- GitLab