Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Miroslav Kratochvil
jekyll-theme-lcsb-default
Commits
771a7d4c
Verified
Commit
771a7d4c
authored
Apr 10, 2020
by
Laurent Heirendt
✈
Browse files
move text into config
parent
b822e3c9
Changes
2
Hide whitespace changes
Inline
Side-by-side
_config.yml
View file @
771a7d4c
...
...
@@ -82,3 +82,15 @@ kramdown:
footnote_nr
:
1
show_warnings
:
true
# parse_block_html: true
# GDPR banner settings
banner_text
:
>-
This website needs some cookies and similar means to function.<br>
If you permit us, we will use those means to collect data on your visits for aggregated statistics to improve our service.
banner_accept_text
:
>-
Accept cookies for aggregated statistics
banner_refuse_text
:
>-
No thanks, only technically necessary cookies
banner_more_text
:
>-
More information
_includes/footer.html
View file @
771a7d4c
...
...
@@ -37,12 +37,11 @@
</footer>
<div
id=
"lap-cookies-banner"
>
<div
class=
"banner-text"
>
<p>
This website needs some cookies and similar means to function.
<br>
If you permit us, we will use those means to collect data on your visits for aggregated statistics to improve our service.
</p>
{{ site.banner_text }}
</div>
<div
class=
"banner-buttons"
>
<
button
class=
"btn lap-cookies-accept"
type=
"button"
>
Accept cookies for aggregated statistics
</button
>
<
button
class=
"btn lap-cookies-refuse"
type=
"button"
>
No thanks, only technically necessary cookies
</button
>
<a
class=
"btn lap-cookies-more"
href=
"/policy"
>
More information
</a>
<
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>
</div>
</div>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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