Skip to content

Commit e8fbda1

Browse files
authored
Remove site title from copyright in the footer (#57)
2 parents 899b27f + 6f6dc8b commit e8fbda1

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
@@ -18,4 +18,4 @@
1818
</ul>
1919
</div>
2020

21-
<div class="page__footer-copyright">&copy; {{ site.time | date: '%Y' }} {{ site.name | default: site.title }}. {{ site.data.ui-text[site.locale].powered_by | default: "Powered by" }} <a href="https://jekyllrb.com" rel="nofollow" target="_blank">Jekyll</a>, <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow" target="_blank">Minimal Mistakes</a> &amp; <a href="https://lunrjs.com/" rel="nofollow" target="_blank">Lunr</a>.</div>
21+
<div class="page__footer-copyright">&copy; {{ site.time | date: '%Y' }} {{ site.data.ui-text[site.locale].powered_by | default: "Powered by" }} <a href="https://jekyllrb.com" rel="nofollow" target="_blank">Jekyll</a>, <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow" target="_blank">Minimal Mistakes</a> &amp; <a href="https://lunrjs.com/" rel="nofollow" target="_blank">Lunr</a>.</div>

0 commit comments

Comments
 (0)