Setup footer
This commit is contained in:
parent
63e581ac03
commit
3069e480a4
7 changed files with 163 additions and 9 deletions
|
@ -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>;
|
||||
]
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue