From 14e03301ea8dee9b2dc30ae1f3fb78ab6408d3ff Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Tue, 26 Jul 2022 17:12:52 +0100 Subject: fixed title tags on main pages --- content/about/index.md | 2 +- content/blog/_index.md | 4 ++++ content/categories/_index.md | 3 +++ content/reading/_index.md | 4 +++- content/stream/_index.md | 4 ++++ content/tags/_index.md | 4 ++++ 6 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 content/categories/_index.md (limited to 'content') diff --git a/content/about/index.md b/content/about/index.md index b14f705..d87b495 100644 --- a/content/about/index.md +++ b/content/about/index.md @@ -1,5 +1,5 @@ --- -title: "About this site" +title: "Yulqen - About this site" date: 2021-05-17T19:45:46+01:00 draft: false slug: "about" diff --git a/content/blog/_index.md b/content/blog/_index.md index bbf409a..2948026 100644 --- a/content/blog/_index.md +++ b/content/blog/_index.md @@ -1,3 +1,7 @@ +--- +title: 'Yulqen - Blog' +--- + [RSS feed](index.xml) These short and pithy entries into the annals of the internet cannot be missed. There are a few subjects that mean something (cats, plaintext) and some that mean nothing. diff --git a/content/categories/_index.md b/content/categories/_index.md new file mode 100644 index 0000000..d7bbc92 --- /dev/null +++ b/content/categories/_index.md @@ -0,0 +1,3 @@ +--- +title: 'Yulqen - Blog Categories' +--- diff --git a/content/reading/_index.md b/content/reading/_index.md index b5accd5..3ffb94b 100644 --- a/content/reading/_index.md +++ b/content/reading/_index.md @@ -1,4 +1,6 @@ -## Reading +--- +title: Yulqen - Reading +--- I read a lot on the internet and would like to read more on paper, like the old days. My attention span is too feeble to sit down to read a book at this point, but I'm working on it. diff --git a/content/stream/_index.md b/content/stream/_index.md index 781b8e1..e20bc93 100644 --- a/content/stream/_index.md +++ b/content/stream/_index.md @@ -1,3 +1,7 @@ +--- +title: 'Yulqen - Stream' +--- + [RSS feed](index.xml) *Short temporal updates. Antisocial.* diff --git a/content/tags/_index.md b/content/tags/_index.md index eb0c96a..f05d9c8 100644 --- a/content/tags/_index.md +++ b/content/tags/_index.md @@ -1 +1,5 @@ +--- +title: 'Yulqen - Tags' +--- + [Stream](/stream) pages can also receive tags. -- cgit v1.2.3