Setup footer

This commit is contained in:
Nathan McCarty 2025-02-15 04:48:40 -05:00
parent 63e581ac03
commit 3069e480a4
7 changed files with 163 additions and 9 deletions

View file

@ -41,11 +41,14 @@ sub generate-head(BlogMeta:D $meta, $title?, $description?) is export {
:href</resources/code.css>;
link :rel<stylesheet>,
:href</resources/admonitions.css>;
# Verify mastodon
link :rel<me>, :href<https://hachyderm.io/@thatonelutenist>;
# Tell dark reader that we'll behave
meta :name<color-scheme>, :content<light dark>;
# Tell feed readers about our feed
link :rel<alternate>, :type<application/atom+xml>, :title($meta.title),
:href</feed.xml>;
:href</atom.xml>;
]
}