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
6123c6cf
Verified
Commit
6123c6cf
authored
Jun 11, 2020
by
Laurent Heirendt
✈
Browse files
changes for set cookie domain and removal of class
parent
703ab9b8
Changes
2
Hide whitespace changes
Inline
Side-by-side
_includes/gdpr-banner.html
View file @
6123c6cf
...
...
@@ -13,8 +13,6 @@
<div
class=
"banner-buttons"
>
<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 | relative_url }} "
>
{{ site.banner_more_text }}
</a>
</div>
<a
class=
"btn lap-cookies-more"
href=
"{{ site.path_policy | relative_url }}"
>
{{ site.banner_more_text }}
</a>
</div>
</div>
\ No newline at end of file
_includes/head.html
View file @
6123c6cf
...
...
@@ -24,6 +24,7 @@
settings
.
cookieName
=
"
{{ site.cookieName }}
"
;
settings
.
bots
=
/bot|crawler|spider|crawling/i
;
settings
.
timeout_hidebanner
=
"
{{ site.timeout_hidebanner }}
"
;
settings
.
cookieDomain
=
"
{{ site.cookieDomain }}
"
;
</script>
<script
src=
"{{ '/assets/js/jquery.min.js' | relative_url }}"
></script>
<script
src=
"{{ '/assets/js/gdpr.js' | relative_url }}"
></script>
...
...
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