diff --git a/content/note/back-to-square-one/index.md b/content/note/back-to-square-one/index.md index 24e9e95b..2d169b60 100644 --- a/content/note/back-to-square-one/index.md +++ b/content/note/back-to-square-one/index.md @@ -3,7 +3,7 @@ title: "Back to Square One" date: 2020-05-04T20:45:18+01:00 draft: true Blog: [] -Categories: [] +Categories: ["notes"] Tags: [] Image: Type: @@ -13,4 +13,4 @@ Spent a fair amount of time manually backtracking a misconfigured sed which dele I may have missed some typos but I think I caught most of them and did a little work on formatting my articles and notes pages, not sure if they count as h-feeds as of yet but they will get there. -Moved the brid.gy hidden anchor to hopefully a more useful location so, here goes nothing.. +Moved the brid.gy hidden anchor to hopefully a more useful location so, here goes nothing.. diff --git a/content/note/first-webmention-post/index.md b/content/note/first-webmention-post/index.md index 30f22b44..dab77745 100644 --- a/content/note/first-webmention-post/index.md +++ b/content/note/first-webmention-post/index.md @@ -3,7 +3,7 @@ title: "First Webmention Post" date: 2020-05-01T16:18:23+01:00 Description: "Testing to see if I configured webmentions and microsub correctly" Blog: ["Whitabootery"] -Categories: ["IndieWeb"] +Categories: ["IndieWeb", "notes"] Tags: ["tech","webmention","microsub","micropub","bridgy","indieauth"] Image: [] Type: ["note"] diff --git a/content/note/for-bridgy-and-beyond/index.md b/content/note/for-bridgy-and-beyond/index.md index dcf1a53b..66966df3 100644 --- a/content/note/for-bridgy-and-beyond/index.md +++ b/content/note/for-bridgy-and-beyond/index.md @@ -3,7 +3,7 @@ title: "For Bridgy and Beyond" date: 2020-05-01T16:50:08+01:00 Description: "webmentions ☑️ now for bridy publish?" Blog: ["Whitabootery"] -Categories: ["IndieWeb"] +Categories: ["IndieWeb","notes"] Tags: ["tech","webmention","microsub","micropub","bridgy","indieauth"] Image: [] Type: ["note"] diff --git a/themes/anatole/layouts/index.html b/themes/anatole/layouts/index.html index f0db9c7a..803386fe 100644 --- a/themes/anatole/layouts/index.html +++ b/themes/anatole/layouts/index.html @@ -12,6 +12,13 @@ {{ .ReadingTime }}-minute read
{{ .Content }}
+
+
+ {{ with .Page.Params.Blog }}{{ partial "taxonomy/blog.html" . }}{{ end }} + {{ with .Page.Params.Categories }}{{ partial "taxonomy/categories.html" . }}{{ end }} + {{ with .Page.Params.Tags }}{{ partial "taxonomy/tags.html" . }}{{ end }} +
+
{{ end }}