Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
elixir
jekyll-elixir-theme
Commits
338fae0c
Commit
338fae0c
authored
Oct 02, 2019
by
Jacek Lebioda
Browse files
Added permalink layout
parent
0ba91f5d
Changes
2
Hide whitespace changes
Inline
Side-by-side
_layouts/permalink.html
0 → 100644
View file @
338fae0c
<!DOCTYPE html>
<html
lang=
"{{ page.lang | default: site.lang | default: "
en
"
}}"
>
<head>
<meta
charset=
"utf-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<link
rel=
"canonical"
href=
"{{ url }}"
>
<meta
http-equiv=
"refresh"
content=
"0; url={{ url }}"
>
<link
rel=
"stylesheet"
href=
"{{ "
/
assets
/
main.css
"
|
relative_url
}}"
>
<link
rel=
"shortcut icon"
href=
"{{ "
/
assets
/
favicon.png
"
|
relative_url
}}"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"//fonts.googleapis.com/css?family=Lato:400,400italic,700"
media=
"all"
>
<title>
Redirection...
</title>
</head>
<body>
{%- include header.html -%}
<main
id=
"site-content"
aria-label=
"Content"
>
<div>
<h1>
Redirection to {{ url }}
</h1>
<a
href=
"{{ url }}"
>
Click here if you are not redirected...
</a>
</div>
{{ content }}
</main>
{%- include footer.html -%}
<script>
location
=
"
{{ url }}
"
</script>
</body>
</html>
elixir-theme.gemspec
View file @
338fae0c
...
...
@@ -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"
]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment