1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-06-30 02:05:57 -04:00

some cleanup around hugo + webpack manifest

This commit is contained in:
2021-07-04 10:49:43 -04:00
parent b61ffd3629
commit 865ad9743a
10 changed files with 66 additions and 54 deletions
+2 -7
View File
@@ -1,9 +1,4 @@
{{ if .Site.Params.social.webmentionIO }}
<link rel="webmention" href="{{ "/api/mention/" | absURL }}">
<link rel="pingback" href="{{ "/api/ping/" | absURL }}">
{{ end }}
<link rel="canonical" href="{{ print .Site.Params.baseURL .Permalink }}">
<link rel="author" href="{{ "humans.txt" | absURL }}">
<link rel="pgpkey" href="{{ "pubkey.asc" | absURL }}" type="application/pgp-keys">
<link rel="alternate" href="{{ "feed.xml" | absURL }}" type="application/rss+xml" title="{{ .Site.Title }} (RSS)">
<link rel="alternate" href="{{ "feed.atom" | absURL }}" type="application/atom+xml" title="{{ .Site.Title }} (Atom)">