aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/meta-name.html
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-05-26 16:27:32 -0400
committertdro <tdro@noreply.example.com>2022-05-26 16:27:32 -0400
commitf4fc7fcc6228cb5bdf69fe7a3d2c75070a7a7fb4 (patch)
tree47a7b9a2e6df94cfd7e010ce0d0308ae53a4b515 /themes/default/layouts/partials/meta-name.html
parentd233708dcf098fa80feb035f709674f9d6fbc65b (diff)
downloadcanory-f4fc7fcc6228cb5bdf69fe7a3d2c75070a7a7fb4.tar.gz
canory-f4fc7fcc6228cb5bdf69fe7a3d2c75070a7a7fb4.tar.bz2
canory-f4fc7fcc6228cb5bdf69fe7a3d2c75070a7a7fb4.zip
assets/templates/markdown-feed: Namespace feed meta
Diffstat (limited to 'themes/default/layouts/partials/meta-name.html')
-rw-r--r--themes/default/layouts/partials/meta-name.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/themes/default/layouts/partials/meta-name.html b/themes/default/layouts/partials/meta-name.html
new file mode 100644
index 0000000..eb5990f
--- /dev/null
+++ b/themes/default/layouts/partials/meta-name.html
@@ -0,0 +1,9 @@
+<h2>
+ <b>
+ {{- with .Params.feed.name -}}
+ {{ . }}
+ {{- else -}}
+ {{ partial "author-name.html" . }}
+ {{- end -}}
+ </b>
+</h2>