1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-10-23 06:44:27 -04:00

output Atom feed

This commit is contained in:
2020-04-06 19:31:56 -04:00
parent 93f507c047
commit 51101e7865
6 changed files with 52 additions and 5 deletions

View File

@@ -7,7 +7,7 @@
{{ partialCached "head/favicons" (dict "pngSizes" "192 48 32 16" "icoSizes" "16 32 48") -}}
<link rel="manifest" href="{{ "site.webmanifest" | absURL }}">
<link rel="canonical" href="{{ .Permalink }}">
<link rel="alternate" type="application/rss+xml" href="{{ "feed.xml" | absURL }}" title="{{ .Site.Title }} (RSS)">
{{ partialCached "head/feeds" . -}}
{{ partialCached "head/webmention" . -}}
<link rel="author" href="{{ "humans.txt" | absURL }}">
{{ if and .IsPage (eq .Type "notes") }}