diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-07-26 17:12:52 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-07-26 17:12:52 +0100 |
commit | 14e03301ea8dee9b2dc30ae1f3fb78ab6408d3ff (patch) | |
tree | 5502792f11927b223704f775f620335fb4594d0f /content | |
parent | c6153ea12b59b43902eeff3c68a32163e5955d3b (diff) |
fixed title tags on main pages
Diffstat (limited to 'content')
-rw-r--r-- | content/about/index.md | 2 | ||||
-rw-r--r-- | content/blog/_index.md | 4 | ||||
-rw-r--r-- | content/categories/_index.md | 3 | ||||
-rw-r--r-- | content/reading/_index.md | 4 | ||||
-rw-r--r-- | content/stream/_index.md | 4 | ||||
-rw-r--r-- | content/tags/_index.md | 4 |
6 files changed, 19 insertions, 2 deletions
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. |