From 338fae0cdb1f07d4222a9fe2a26d542bfc3e2e85 Mon Sep 17 00:00:00 2001 From: Jacek Lebioda Date: Wed, 2 Oct 2019 10:01:27 +0200 Subject: [PATCH] Added permalink layout --- _layouts/permalink.html | 33 +++++++++++++++++++++++++++++++++ elixir-theme.gemspec | 2 +- 2 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 _layouts/permalink.html diff --git a/_layouts/permalink.html b/_layouts/permalink.html new file mode 100644 index 0000000..7e05e99 --- /dev/null +++ b/_layouts/permalink.html @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + Redirection... + + + + {%- include header.html -%} + +
+
+

Redirection to {{ url }}

+ Click here if you are not redirected... +
+ + {{ content }} +
+ + {%- include footer.html -%} + + + + diff --git a/elixir-theme.gemspec b/elixir-theme.gemspec index 9dfb8b5..272502b 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.3" + spec.version = "0.9.4" spec.authors = ["jacek.lebioda"] spec.email = ["jacek.lebioda@uni.lu"] -- GitLab