diff options
author | Nicholas Johnson <nick@nicksphere.ch> | 2022-10-25 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <nick@nicksphere.ch> | 2022-10-25 00:00:00 +0000 |
commit | 27829670b087fdb8b6b1daed6b53df6eb0b96ce6b042624b19feda599bcad152 (patch) | |
tree | aa23e129ad97983c30e3e5c2eec013eb38a56cb148d47d7b42d01710268ca768 | |
parent | 79c143de495c58f999bf3a9dcae26d7e2235b46d73c317dfccb1b05c8f1c9247 (diff) | |
download | journal-27829670b087fdb8b6b1daed6b53df6eb0b96ce6b042624b19feda599bcad152.tar.gz journal-27829670b087fdb8b6b1daed6b53df6eb0b96ce6b042624b19feda599bcad152.zip |
Remove aggressive-looking caps
-rw-r--r-- | config.toml | 2 | ||||
-rw-r--r-- | content/about.md | 2 | ||||
-rw-r--r-- | content/glossary.md | 2 | ||||
-rw-r--r-- | content/promoted.md | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/config.toml b/config.toml index 12afcf1..cb2aa75 100644 --- a/config.toml +++ b/config.toml @@ -15,7 +15,7 @@ rssLimit = 20 [params] description = "Online journal about computing, philosophy, spirituality, privacy, and society." keywords = "computing, computers, philosophy, spirituality, privacy, surveillance, mass surveillance, free software, libre software, technology, society, politics, opinion, education, educational, blog, blogging, gemini, geminispace, gemini capsule" - indexTitle = "Welcome to my online journal!" + indexTitle = "Welcome To My Online Journal!" indexIntro = "I write about computing, philosophy, privacy, society, spirituality, and more." beginCopyrightYear = 2019 diff --git a/content/about.md b/content/about.md index cf1dfbd..ea3c141 100644 --- a/content/about.md +++ b/content/about.md @@ -1,5 +1,5 @@ --- -title: "ABOUT" +title: "About Page" draft: false nolinkemoji: true _build: diff --git a/content/glossary.md b/content/glossary.md index eeb234e..3dccda8 100644 --- a/content/glossary.md +++ b/content/glossary.md @@ -1,5 +1,5 @@ --- -title: "GLOSSARY" +title: "Glossary" draft: false _build: list: never diff --git a/content/promoted.md b/content/promoted.md index bd25d2a..11c1221 100644 --- a/content/promoted.md +++ b/content/promoted.md @@ -1,5 +1,5 @@ --- -title: "PROMOTED" +title: "Promoted Links" draft: false _build: list: never |