File tree 2 files changed +7
-0
lines changed
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ footer_text: >
17
17
url : # the base hostname & protocol for your site
18
18
baseurl : /al-folio # the subpath of your site, e.g. /blog/
19
19
last_updated : false # set to true if you want to display last updated in the footer
20
+ impressum_path : # set to path to include impressum link in the footer, use the same path as permalink in a page, helps to conform with EU GDPR
20
21
21
22
# -----------------------------------------------------------------------------
22
23
# Layout
Original file line number Diff line number Diff line change 3
3
< div class ="container mt-0 ">
4
4
© Copyright {{ site.time | date: '%Y' }} {{ site.first_name }} {{ site.middle_name }} {{ site.last_name }}.
5
5
{{ site.footer_text }}
6
+ {% if site.impressum_path %}
7
+ < a href ="{{ site.url }}{{ site.baseurl }}{{ site.impressum_path }} "> Impressum</ a > .
8
+ {% endif %}
6
9
{% if site.last_updated %}
7
10
Last updated: {{ "now" | date: '%B %d, %Y' }}.
8
11
{% endif %}
13
16
< div class ="container ">
14
17
© Copyright {{ site.time | date: '%Y' }} {{ site.first_name }} {{ site.middle_name }} {{ site.last_name }}.
15
18
{{ site.footer_text }}
19
+ {% if site.impressum_path %}
20
+ < a href ="{{ site.url }}{{ site.baseurl }}{{ site.impressum_path }} "> Impressum</ a > .
21
+ {% endif %}
16
22
{% if site.last_updated %}
17
23
Last updated: {{ "now" | date: '%B %d, %Y' }}.
18
24
{% endif %}
You can’t perform that action at this time.
0 commit comments