diff options
author | Nicholas Johnson <nick@nicholasjohnson.ch> | 2022-12-06 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <nick@nicholasjohnson.ch> | 2022-12-06 00:00:00 +0000 |
commit | 6e576c42b02ccdb1a519b973522c09f18049eb62567af701faeb214ead35ba34 (patch) | |
tree | d6140637aaf640c883b963305470a2a9f556e0d95db8b7c3fd3fd07967ab31d0 | |
parent | 86ef28f7829954fe2a9df3e37bad4537bb77c3f73e6dc447c1d41fab4ab9789e (diff) | |
download | journal-6e576c42b02ccdb1a519b973522c09f18049eb62567af701faeb214ead35ba34.tar.gz journal-6e576c42b02ccdb1a519b973522c09f18049eb62567af701faeb214ead35ba34.zip |
Update theme
Also update default pages not to show page info under the new defaults.
-rw-r--r-- | content/about.md | 1 | ||||
-rw-r--r-- | content/glossary.md | 1 | ||||
-rw-r--r-- | content/promoted.md | 1 | ||||
m--------- | themes/journal | 0 |
4 files changed, 3 insertions, 0 deletions
diff --git a/content/about.md b/content/about.md index bc731c8..e2209af 100644 --- a/content/about.md +++ b/content/about.md @@ -2,6 +2,7 @@ title: "About Page" draft: false nolinkemoji: true +pageinfo: false _build: list: never --- diff --git a/content/glossary.md b/content/glossary.md index 9dffaab..c567768 100644 --- a/content/glossary.md +++ b/content/glossary.md @@ -1,6 +1,7 @@ --- title: "Glossary" draft: false +pageinfo: false _build: list: never --- diff --git a/content/promoted.md b/content/promoted.md index 11c1221..27edb16 100644 --- a/content/promoted.md +++ b/content/promoted.md @@ -1,6 +1,7 @@ --- title: "Promoted Links" draft: false +pageinfo: false _build: list: never --- diff --git a/themes/journal b/themes/journal -Subproject 388120efecf61a26006043fb734424fe7cc0fb2 +Subproject 4cddcc49f68379b85ef50994ed834303a06034e |