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
e956f5b9
Verified
Commit
e956f5b9
authored
Apr 15, 2020
by
Laurent Heirendt
✈
Browse files
add condition for inclusion of gdpr banner
parent
23115c9e
Changes
1
Hide whitespace changes
Inline
Side-by-side
_includes/footer.html
View file @
e956f5b9
...
...
@@ -35,4 +35,6 @@
</div>
</div>
</footer>
{%- include gdpr-banner.html -%}
\ No newline at end of file
{% if site.siteID > 0 %}
{%- include gdpr-banner.html -%}
{% endif %}
\ 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