aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/base-head.html
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-12-04 16:39:35 -0500
committertdro <tdro@noreply.example.com>2022-12-04 16:39:35 -0500
commit848f6a7f9dc8db283766e657c19aa7d2bfecfb2a (patch)
tree261e770eee51f9d0547cd82ed058ea1afe9b23a8 /themes/default/layouts/partials/base-head.html
parent76e6137d4a1984bd24402ae0a917df8c09299bd5 (diff)
downloadcanory-848f6a7f9dc8db283766e657c19aa7d2bfecfb2a.tar.gz
canory-848f6a7f9dc8db283766e657c19aa7d2bfecfb2a.tar.bz2
canory-848f6a7f9dc8db283766e657c19aa7d2bfecfb2a.zip
themes/default/layouts/partials/base-head: Increase discovery
By linking followed feeds
Diffstat (limited to 'themes/default/layouts/partials/base-head.html')
-rw-r--r--themes/default/layouts/partials/base-head.html7
1 files changed, 1 insertions, 6 deletions
diff --git a/themes/default/layouts/partials/base-head.html b/themes/default/layouts/partials/base-head.html
index d01f61a..9f96bd4 100644
--- a/themes/default/layouts/partials/base-head.html
+++ b/themes/default/layouts/partials/base-head.html
@@ -51,12 +51,7 @@
<link rel="home" href="{{ .Site.BaseURL }}/{{ $author.user }}/" />
<!-- Feed Discovery -->
-<link
- rel="alternate"
- type="application/rss+xml"
- title="{{ $author.name }}'s Feed"
- href="{{ .Site.BaseURL }}/{{ $author.user }}/rss.xml"
-/>
+{{- partial "base-discovery.html" . -}}
<!-- Style Sheets & Scripts -->
{{- $index := resources.Get "js/index.js" -}}