Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
J
jekyll-elixir-theme
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
External Wiki
External Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
elixir
jekyll-elixir-theme
Commits
3b226e40
Commit
3b226e40
authored
Oct 02, 2019
by
Jacek Lebioda
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '30-add-redirect-layout-for-permalinks' into 'develop'
Correction See merge request
!10
parents
8218abf9
58494aef
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
_layouts/permalink.html
_layouts/permalink.html
+5
-5
elixir-theme.gemspec
elixir-theme.gemspec
+1
-1
No files found.
_layouts/permalink.html
View file @
3b226e40
...
...
@@ -4,8 +4,8 @@
<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=
"{{ redirect_to }}"
>
<meta
http-equiv=
"refresh"
content=
"0; url={{ redirect_to }}"
>
<link
rel=
"canonical"
href=
"{{
page.
redirect_to }}"
>
<meta
http-equiv=
"refresh"
content=
"0; url={{
page.
redirect_to }}"
>
<link
rel=
"stylesheet"
href=
"{{ "
/
assets
/
main.css
"
|
relative_url
}}"
>
<link
rel=
"shortcut icon"
href=
"{{ "
/
assets
/
favicon.png
"
|
relative_url
}}"
/>
...
...
@@ -19,8 +19,8 @@
<main
id=
"site-content"
aria-label=
"Content"
>
<div>
<h1>
Redirection to {{ redirect_to }}
</h1>
<a
href=
"{{ redirect_to }}"
>
Click here if you are not redirected...
</a>
<h1>
Redirection to {{
page.
redirect_to }}
</h1>
<a
href=
"{{
page.
redirect_to }}"
>
Click here if you are not redirected...
</a>
</div>
{{ content }}
...
...
@@ -28,6 +28,6 @@
{%- include footer.html -%}
<script>
window
.
location
=
"
{{ redirect_to }}
"
;
</script>
<script>
window
.
location
=
"
{{
page.
redirect_to }}
"
;
</script>
</body>
</html>
elixir-theme.gemspec
View file @
3b226e40
...
...
@@ -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"
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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