Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Miroslav Kratochvil
jekyll-theme-lcsb-default
Commits
969161e7
Verified
Commit
969161e7
authored
Jun 09, 2020
by
Laurent Heirendt
✈
Browse files
add relative path to privacy policy
parent
a4749414
Changes
2
Hide whitespace changes
Inline
Side-by-side
_includes/gdpr-banner.html
View file @
969161e7
...
...
@@ -14,7 +14,7 @@
<a
class=
"btn lap-accept"
>
{{ site.banner_accept_text }}
</a>
<a
class=
"btn lap-refuse"
>
{{ site.banner_refuse_text }}
</a>
<div
class=
"banner-buttons-more"
>
<a
class=
"btn lap-cookies-more"
href=
"{{ site.path_policy }} "
>
{{ site.banner_more_text }}
</a>
<a
class=
"btn lap-cookies-more"
href=
"{{ site.path_policy
| relative_url
}} "
>
{{ site.banner_more_text }}
</a>
</div>
</div>
</div>
\ No newline at end of file
_includes/policy.html
View file @
969161e7
<p>
<a
href=
"privacy_policy"
>
Privacy Policy
</a>
<a
href=
"
{{ '
privacy_policy
' | relative_url }}
"
>
Privacy Policy
</a>
(
<span
id=
"gdpr-result-text"
></span>
-
<a
href=
"javascript: showBanner();"
>
change
</a>
)
</p>
\ No newline at end of file
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