Skip to content

Commit

Permalink
Remove site title from copyright in the footer (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
HofiOne authored May 27, 2024
2 parents 899b27f + 6f6dc8b commit e8fbda1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
</ul>
</div>

<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>
<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 comments on commit e8fbda1

Please sign in to comment.