Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Gitlab will go into maintenance Friday 3rd February from 9:00 to 10:00
Open sidebar
Miroslav Kratochvil
jekyll-theme-lcsb-default
Commits
ef918f8e
Verified
Commit
ef918f8e
authored
Apr 15, 2020
by
Laurent Heirendt
✈
Browse files
add path to policy as variable
parent
457b1141
Changes
2
Hide whitespace changes
Inline
Side-by-side
_config.yml
View file @
ef918f8e
...
...
@@ -99,4 +99,5 @@ siteID: 4 # you get this siteID by sending an email to lcsb-r3@uni.lu
accept_all_text
:
>-
All cookies are accepted
only_necessary_text
:
>-
Only necessary cookies are accepted
\ No newline at end of file
Only necessary cookies are accepted
path_policy
:
privacyPolicy
\ No newline at end of file
_includes/gdpr-banner.html
View file @
ef918f8e
...
...
@@ -3,6 +3,6 @@
<div
class=
"banner-buttons"
>
<a
class=
"btn lap-cookies-accept"
href=
""
>
{{ site.banner_accept_text }}
</a>
<a
class=
"btn lap-cookies-refuse"
href=
""
>
{{ site.banner_refuse_text }}
</a>
<a
class=
"btn lap-cookies-more"
href=
"
/
policy"
>
{{ site.banner_more_text }}
</a>
<a
class=
"btn lap-cookies-more"
href=
"
{{ site.path_
policy
}}
"
>
{{ site.banner_more_text }}
</a>
</div>
</div>
\ 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