summaryrefslogtreecommitdiff
path: root/exampleSite/content
diff options
context:
space:
mode:
authorroninro <liumy.f@foxmail.com>2022-10-18 11:55:08 +0800
committerroninro <liumy.f@foxmail.com>2022-10-18 11:55:08 +0800
commit46225bf4336fe6e46a7566248330e2d3ce21061f (patch)
tree296729fd4d4a0bd383ecc3d496309796c0cf643c /exampleSite/content
parent37aa60481eeeddcfa57561c376b6edb28215d005 (diff)
fix #3
Diffstat (limited to 'exampleSite/content')
-rw-r--r--exampleSite/content/posts/rich-content.md2
-rw-r--r--exampleSite/content/series/themes-guide/_index.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/exampleSite/content/posts/rich-content.md b/exampleSite/content/posts/rich-content.md
index 1bfc90f..08d5725 100644
--- a/exampleSite/content/posts/rich-content.md
+++ b/exampleSite/content/posts/rich-content.md
@@ -9,7 +9,7 @@ tags = [
"MarkDown"
]
subtitle = "A brief description of Hugo Shortcodes"
-header_img = "/img/404-bg.jpg"
+header_img = "img/404-bg.jpg"
+++
Hugo ships with several [Built-in Shortcodes](https://gohugo.io/content-management/shortcodes/#use-hugos-built-in-shortcodes) for rich content, along with a [Privacy Config](https://gohugo.io/about/hugo-and-gdpr/) and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.
diff --git a/exampleSite/content/series/themes-guide/_index.md b/exampleSite/content/series/themes-guide/_index.md
index 3e1ece6..60c4f77 100644
--- a/exampleSite/content/series/themes-guide/_index.md
+++ b/exampleSite/content/series/themes-guide/_index.md
@@ -1,6 +1,6 @@
+++
title = "Themes Guide"
description = "a series of posts about configuring and using Hugo themes"
-header_img = "/img/home-bg.jpg"
+header_img = "img/home-bg.jpg"
short = true
+++ \ No newline at end of file