diff --git a/_layouts/permalink.html b/_layouts/permalink.html index 9782b5ec2d6815ea3178a8ee55d17d7af66d3bfc..6f2ee6a368d36f6bf93b40e96462e5128171d048 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 1cb265e0492a8992071da0f50a696e4d6ffcaa67..31759d0ee99297443dc89a527a5710cd8f2eb6e9 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"]