diff --git a/_layouts/permalink.html b/_layouts/permalink.html index 7e05e9968354e475361d3100ef00d12ece44dbff..9782b5ec2d6815ea3178a8ee55d17d7af66d3bfc 100644 --- a/_layouts/permalink.html +++ b/_layouts/permalink.html @@ -4,8 +4,8 @@ - - + + @@ -19,8 +19,8 @@
-

Redirection to {{ url }}

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

Redirection to {{ 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 272502b0840139857272a72dfc42f8b1af8623c8..1cb265e0492a8992071da0f50a696e4d6ffcaa67 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.4" + spec.version = "0.9.5" spec.authors = ["jacek.lebioda"] spec.email = ["jacek.lebioda@uni.lu"]