Skip to content

Commit 89b45fc

Browse files
committed
remove dot from footer
1 parent 1493ca1 commit 89b45fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_includes/footer.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{{ site.time | date: '%Y' }} |
33
{{ site.first_name }}
44
{{ site.middle_name }}
5-
{{ site.last_name }}. {{ site.footer_text }}
5+
{{ site.last_name }} {{ site.footer_text }}
66
{% if site.impressum_path %}
77
<a href="{{ site.url }}{{ site.baseurl }}{{ site.impressum_path }}">{{ site.data.locales[site.lang].impressum }}</a>.
88
{% endif %}

0 commit comments

Comments
 (0)