Skip to content
Snippets Groups Projects
Commit a4553906 authored by Jacek Lebioda's avatar Jacek Lebioda
Browse files

Merge branch '38-correct-privacy-policy-link' into 'develop'

Resolve "Correct privacy policy link"

Closes #38

See merge request elixir/jekyll-elixir-theme!37
parents 0a6d6b63 7c3321e9
No related branches found
No related tags found
No related merge requests found
......@@ -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 %}
<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>
......@@ -2,7 +2,7 @@
Gem::Specification.new do |spec|
spec.name = "jekyll-elixir-theme"
spec.version = "0.9.21"
spec.version = "0.9.22"
spec.authors = ["jacek.lebioda"]
spec.email = ["jacek.lebioda@uni.lu"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment