Skip to content

Commit 9b3c464

Browse files
committed
copyright removed from footer
1 parent 9fcfff4 commit 9b3c464

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/footer.liquid

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{% if site.footer_fixed %}
22
<footer class="fixed-bottom" role="contentinfo">
33
<div class="container mt-0">
4-
&copy; Copyright {{ site.time | date: '%Y' }}
4+
{{ site.time | date: '%Y' }}
55
{{ site.first_name }}
66
{{ site.middle_name }}
77
{{ site.last_name }}. {{ site.footer_text }}
@@ -20,7 +20,7 @@
2020
{% endif %}
2121

2222
<div class="container">
23-
&copy; Copyright {{ site.time | date: '%Y' }}
23+
{{ site.time | date: '%Y' }}
2424
{{ site.first_name }}
2525
{{ site.middle_name }}
2626
{{ site.last_name }}. {{ site.footer_text }}

0 commit comments

Comments
 (0)