From 58494aef605afc4079df0862d610fcd0391186e0 Mon Sep 17 00:00:00 2001 From: Jacek Lebioda Date: Wed, 2 Oct 2019 10:27:02 +0200 Subject: [PATCH] Correction --- _layouts/permalink.html | 10 +++++----- elixir-theme.gemspec | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/_layouts/permalink.html b/_layouts/permalink.html index 9782b5e..6f2ee6a 100644 --- a/_layouts/permalink.html +++ b/_layouts/permalink.html @@ -4,8 +4,8 @@ - - + + @@ -19,8 +19,8 @@
-

Redirection to {{ redirect_to }}

- Click here if you are not redirected... +

Redirection to {{ page.redirect_to }}

+ Click here if you are not redirected...
{{ content }} @@ -28,6 +28,6 @@ {%- include footer.html -%} - + diff --git a/elixir-theme.gemspec b/elixir-theme.gemspec index 1cb265e..31759d0 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.5" + spec.version = "0.9.6" spec.authors = ["jacek.lebioda"] spec.email = ["jacek.lebioda@uni.lu"] -- GitLab