From aed63c6f967c43c1337fb2df850f37f715b7ed7f Mon Sep 17 00:00:00 2001 From: Martin Hellspong <martin.hellspong@factor10.com> Date: Thu, 05 Jan 2023 12:21:07 +0000 Subject: [PATCH] Add custom title / translation of authors (#756) --- exampleSite/content/posts/markdown-syntax.md | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/exampleSite/content/posts/markdown-syntax.md b/exampleSite/content/posts/markdown-syntax.md index a61a239..a297505 100644 --- a/exampleSite/content/posts/markdown-syntax.md +++ b/exampleSite/content/posts/markdown-syntax.md @@ -1,5 +1,5 @@ +++ -author = "Hugo Authors" +authors = ["Hugo Authors"] title = "Markdown Syntax Guide" date = "2019-03-11" description = "Sample article showcasing basic Markdown syntax and formatting for HTML elements." -- Gitblit v1.10.0