Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/devcows/hugo-universal-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Gisbers <michael@gisbers.de>2021-08-04 16:55:35 +0300
committerGitHub <noreply@github.com>2021-08-04 16:55:35 +0300
commit965e6c27a31f735d4ca260877fed02ea62f0b7d3 (patch)
tree21298d39badc38f0308539e9b33629477432c0a7 /exampleSite/content/blog/linked-post.md
parent0f9faf74727f63189901d93b98945c28b0e1d1df (diff)
Use authors taxonomy and list all posts on a draft user's page (#306)1.2.0
* add taxonomies to config.toml * change blog posts to use 'authors' instead of 'author'; add author 'Jane Doe' * draft for user page listing all user posts * change from using 'author' to 'authors' * remove space before comma for multiple authors * remove authors/list.html to get same look like tags/categories listing
Diffstat (limited to 'exampleSite/content/blog/linked-post.md')
-rw-r--r--exampleSite/content/blog/linked-post.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/content/blog/linked-post.md b/exampleSite/content/blog/linked-post.md
index f2793d1..6463eca 100644
--- a/exampleSite/content/blog/linked-post.md
+++ b/exampleSite/content/blog/linked-post.md
@@ -4,7 +4,7 @@ date = "2015-10-02T21:49:20+02:00"
tags = ["golang", "programming", "theme", "hugo"]
categories = ["programming"]
banner = "img/banners/banner-4.jpg"
-author = "John Doe"
+authors = ["John Doe","Jane Doe"]
+++
I'm a linked post in the menu. You can add other posts by adding the following line to the frontmatter: