mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
Add <meta name="fediverse:creator" content="@sjs@techhub.social"> to template
This commit is contained in:
parent
a762a143be
commit
a656a8859d
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ enum Template {
|
|||
.url(context.site.url),
|
||||
.rssFeedLink(context.url(for: "feed.xml"), title: context.site.title),
|
||||
.jsonFeedLink(context.url(for: "feed.json"), title: context.site.title),
|
||||
.meta(.name("fediverse:creator"), .content("@sjs@techhub.social")),
|
||||
.link(.rel(.author), .type("text/plain"), .href(context.url(for: "humans.txt"))),
|
||||
.link(.rel(.icon), .type("image/png"), .href(context.imageURL("favicon-32x32.png"))),
|
||||
.link(.rel(.shortcutIcon), .href(context.imageURL("favicon.icon"))),
|
||||
|
|
|
|||
Loading…
Reference in a new issue