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

fix: corrected privacy policy link

parent 0a6d6b63
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
</h3> </h3>
<ul> <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> <li><a href="{{ '/privacy/cookies' | relative_url }}">Cookies</a></li>
{% if site.siteID > 0 %} {% if site.siteID > 0 %}
{%- include policy.html -%} {%- include policy.html -%}
...@@ -70,4 +70,4 @@ ...@@ -70,4 +70,4 @@
{% if site.siteID > 0 %} {% if site.siteID > 0 %}
{%- include gdpr-banner.html -%} {%- include gdpr-banner.html -%}
{% endif %} {% endif %}
\ 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> <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
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Gem::Specification.new do |spec| Gem::Specification.new do |spec|
spec.name = "jekyll-elixir-theme" spec.name = "jekyll-elixir-theme"
spec.version = "0.9.21" spec.version = "0.9.22"
spec.authors = ["jacek.lebioda"] spec.authors = ["jacek.lebioda"]
spec.email = ["jacek.lebioda@uni.lu"] 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