Skip to content

Commit f746377

Browse files
authored
Merge pull request #3203 from hosiet/pr-fix-footer-last-updated-template
_includes/footer.html: Fix site last updated template
2 parents 9b33e6e + de4613b commit f746377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121

2222
<div class="page__footer-copyright">
2323
&copy; {{ site.time | date: '%Y' }} {{ site.name | default: site.title }}, {{ site.data.ui-text[site.locale].powered_by | default: "Powered by" }} <a href="http://jekyllrb.com" rel="nofollow">Jekyll</a> &amp; <a href="https://github.com/academicpages/academicpages.github.io">AcademicPages</a>, a fork of <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.<br />
24-
Site last updated {{ "now" | date: '%Y-%m-%d' %}}
24+
Site last updated {{ "now" | date: '%Y-%m-%d' }}
2525
</div>

0 commit comments

Comments
 (0)