From 60fe49ea3af38d4a7d5e8de1cdb72887b167b22d Mon Sep 17 00:00:00 2001 From: gabrielgio Date: Sat, 11 Jul 2020 22:35:14 +0200 Subject: Moving from jekyll to hugo --- themes/flamingo/layouts/partials/meta.html | 148 +++++++++++++++++++++++++++++ 1 file changed, 148 insertions(+) create mode 100644 themes/flamingo/layouts/partials/meta.html (limited to 'themes/flamingo/layouts/partials/meta.html') diff --git a/themes/flamingo/layouts/partials/meta.html b/themes/flamingo/layouts/partials/meta.html new file mode 100644 index 0000000..3f417af --- /dev/null +++ b/themes/flamingo/layouts/partials/meta.html @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + +{{ range .AllTranslations }} + + {{ end }} + + + + + + + + +{{ with .OutputFormats.Get "RSS" }} + + +{{ end }} + + + + +{{ if eq .Section "posts" }} + + + + + + +{{ with .Site.Params.author }} + + + +{{ end }} + + +{{ with .Site.Params.category }} + + +{{ end }} + + +{{ end }} + + +{{ if eq .Section "about" }} + + + + +{{ end }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3