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
7c3321e9
Commit
7c3321e9
authored
Aug 27, 2020
by
Jacek Lebioda
Browse files
fix: corrected privacy policy link
parent
0a6d6b63
Changes
3
Hide whitespace changes
Inline
Side-by-side
_includes/footer.html
View file @
7c3321e9
...
...
@@ -38,7 +38,7 @@
</h3>
<ul>
<li><a
href=
"{{ '/privacy/
policy
' | relative_url }}"
>
Privacy policy
</a></li>
<li><a
href=
"{{ '/privacy/' | relative_url }}"
>
Privacy policy
</a></li>
<li><a
href=
"{{ '/privacy/cookies' | relative_url }}"
>
Cookies
</a></li>
{% if site.siteID > 0 %}
{%- include policy.html -%}
...
...
@@ -70,4 +70,4 @@
{% if site.siteID > 0 %}
{%- include gdpr-banner.html -%}
{% endif %}
\ No newline at end of file
{% endif %}
_includes/policy.html
View file @
7c3321e9
<li>
-
<span
id=
"doNotTrack-text"
><span
id=
"gdpr-result-text"
></span>
-
<a
href=
"javascript: showBanner();"
>
change
</a></span></li>
\ No newline at end of file
<li>
-
<span
id=
"doNotTrack-text"
><span
id=
"gdpr-result-text"
></span>
-
<a
href=
"javascript: showBanner();"
>
change
</a></span></li>
elixir-theme.gemspec
View file @
7c3321e9
...
...
@@ -2,7 +2,7 @@
Gem
::
Specification
.
new
do
|
spec
|
spec
.
name
=
"jekyll-elixir-theme"
spec
.
version
=
"0.9.2
1
"
spec
.
version
=
"0.9.2
2
"
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