revert: restore site owner attribution link in footer
All checks were successful
Deploy Theme / deploy (push) Successful in 14s

This commit is contained in:
2026-02-22 08:17:28 +01:00
parent 93f070ff33
commit 3e7052a217

View File

@@ -9,7 +9,11 @@
</a>
<p class="text-sm text-[var(--text-secondary)] sm:ml-4 sm:pl-4 sm:border-l-2 sm:border-[var(--bg-secondary)] sm:py-2 sm:mt-0 mt-4">
© {{date format="YYYY"}} {{@site.title}}
Published with <a href="https://ghost.org" target="_blank" rel="noopener" class="hover:text-[var(--brand-primary)] transition-colors duration-200">Ghost</a>
{{#get "authors" limit="1" order="count.posts desc"}}
{{#foreach authors}}
Created by <a href="{{url}}" class="fancy-link">{{name}}</a>
{{/foreach}}
{{/get}}
</p>
<nav class="sm:ml-auto sm:mt-0 mt-4">
{{navigation type="secondary"}}