From ecbab2a7a6ad08613468dbf8b3f6ffb279f13e93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Sat, 29 Oct 2022 17:02:14 +0100 Subject: [PATCH] series improvements --- exampleSite/content/docs/welcome/index.md | 4 +--- layouts/_default/single.html | 2 ++ layouts/partials/series-closed.html | 24 +++++++++++++++++++++++ 3 files changed, 27 insertions(+), 3 deletions(-) create mode 100644 layouts/partials/series-closed.html diff --git a/exampleSite/content/docs/welcome/index.md b/exampleSite/content/docs/welcome/index.md index ffdc98ae..981d91a1 100644 --- a/exampleSite/content/docs/welcome/index.md +++ b/exampleSite/content/docs/welcome/index.md @@ -76,6 +76,4 @@ The new image resizing features also provide full control over `alt` and `title` ## A whole lot more -There's countless other features to explore. From being able to display taxonomies on articles and list pages, to using the new `headline` author parameter to customise your homepage. There's also improved JSON-LD strucured data which further optimises SEO performance. - ---- +There's countless other features to explore. From being able to display taxonomies on articles and list pages, to using the new `headline` author parameter to customise your homepage. There's also improved JSON-LD strucured data which further optimises SEO performance. \ No newline at end of file diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 5903837a..e5692f27 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -31,6 +31,8 @@
{{ partial "series.html" . }} {{ .Content | emojify }} +


+ {{ partial "series-closed.html" . }}