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
c8bc8758
Verified
Commit
c8bc8758
authored
Jun 09, 2020
by
Laurent Heirendt
✈
Browse files
make logo path variable
parent
64022d58
Changes
2
Hide whitespace changes
Inline
Side-by-side
_config.yml
View file @
c8bc8758
...
...
@@ -103,4 +103,5 @@ accept_all_text: >-
only_necessary_text
:
>-
Only necessary cookies accepted
path_policy
:
privacy-policy
timeout_hidebanner
:
500
# milliseconds
\ No newline at end of file
logo_policy
:
/assets/banners/r3-logo.svg
timeout_hidebanner
:
500
# milliseconds
_includes/gdpr-banner.html
View file @
c8bc8758
...
...
@@ -4,7 +4,7 @@
<a
class=
"lap-refuse"
><i
class=
"fa fa-times"
aria-hidden=
"true"
></i></a>
</div>
<div
class=
"banner-img"
>
<img
src=
"{{
'/assets/banners/r3-logo.svg'
| relative_url }}"
type=
"image/svg+xml"
/>
<img
src=
"{{
site.logo_policy
| relative_url }}"
type=
"image/svg+xml"
/>
</div>
<div
class=
"banner-title"
>
{{ site.banner_title }}
</div>
<div
class=
"banner-text"
>
{{ site.banner_text }}
</div>
...
...
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