Skip to content

Commit 0b4f9a4

Browse files
Fix footer HTML syntax and conditionals
1 parent 563c0b9 commit 0b4f9a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_includes/footer.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
{% endfor %}
1717
{% endif %}
1818

19-
{% assign site_time = site.time | date: '%Y' %}
19+
{% assign site_time = site.time | date: '%Y' %}
2020
<div class="page__footer-copyright">
2121
&copy;
2222
{% if site.footer.since and site_time != site.footer.since %}
@@ -32,3 +32,4 @@
3232
</div>
3333

3434
<p class="footer-glow">Built with micro:bit magic and ethical code.</p>
35+
{% endif %}

0 commit comments

Comments
 (0)