revert: restore site owner attribution link in footer
All checks were successful
Deploy Theme / deploy (push) Successful in 14s
All checks were successful
Deploy Theme / deploy (push) Successful in 14s
This commit is contained in:
@@ -9,7 +9,11 @@
|
|||||||
</a>
|
</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">
|
<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}} —
|
© {{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>
|
</p>
|
||||||
<nav class="sm:ml-auto sm:mt-0 mt-4">
|
<nav class="sm:ml-auto sm:mt-0 mt-4">
|
||||||
{{navigation type="secondary"}}
|
{{navigation type="secondary"}}
|
||||||
|
|||||||
Reference in New Issue
Block a user