Skip to content

Commit 6f6dc8b

Browse files
committed
Remove site title from copyright in the footer
Signed-off-by: mrgarris0n <gergely.karacsonyi@gmail.com>
1 parent 98a4809 commit 6f6dc8b

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)