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

github.com/tosi29/inkblotty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortosi29 <tosi16@gmail.com>2019-03-25 18:03:05 +0300
committertosi29 <tosi16@gmail.com>2019-03-25 18:03:05 +0300
commit7e0712625350bc6727a4ab7cbacf97eb975a649a (patch)
treee8ffc95e4cdfdec743fce4657cb7238fc6f37d34
parent849550351e23ccacdf64c0bbd2b67d583e7c091a (diff)
Fix archives of exampleSite
-rw-r--r--exampleSite/content/post/emoji-support.md2
-rw-r--r--exampleSite/content/post/markdown-syntax.md2
-rw-r--r--exampleSite/content/post/placeholder-text.md2
-rw-r--r--exampleSite/content/post/rich-content.md2
4 files changed, 4 insertions, 4 deletions
diff --git a/exampleSite/content/post/emoji-support.md b/exampleSite/content/post/emoji-support.md
index c9f2d95..c0d9275 100644
--- a/exampleSite/content/post/emoji-support.md
+++ b/exampleSite/content/post/emoji-support.md
@@ -6,7 +6,7 @@ description = "Guide to emoji usage in Hugo"
tags = [
"emoji",
]
-archives = "2019-03"
+archives = "2019/03"
emoji = "<span class='nowrap'> :orc: <code>:orc:</code></span><span class='nowrap'> :v_paw_fk1: <code>:v_paw_fk1:</code></span><span class='nowrap'> :cannabis_leaf: <code>:cannabis_leaf:</code></span>"
+++
diff --git a/exampleSite/content/post/markdown-syntax.md b/exampleSite/content/post/markdown-syntax.md
index 1b99f15..d1c604b 100644
--- a/exampleSite/content/post/markdown-syntax.md
+++ b/exampleSite/content/post/markdown-syntax.md
@@ -13,7 +13,7 @@ categories = [
"themes",
"syntax",
]
-archives = "2019-03"
+archives = "2019/03"
series = ["Themes Guide"]
aliases = ["migrate-from-jekyl"]
+++
diff --git a/exampleSite/content/post/placeholder-text.md b/exampleSite/content/post/placeholder-text.md
index 09bf256..dd6dfbb 100644
--- a/exampleSite/content/post/placeholder-text.md
+++ b/exampleSite/content/post/placeholder-text.md
@@ -7,7 +7,7 @@ tags = [
"markdown",
"text",
]
-archives = "2019-03"
+archives = "2019/03"
+++
## Mole et vultus populifer quaque primoque non
diff --git a/exampleSite/content/post/rich-content.md b/exampleSite/content/post/rich-content.md
index bb06b3a..cbf0478 100644
--- a/exampleSite/content/post/rich-content.md
+++ b/exampleSite/content/post/rich-content.md
@@ -7,7 +7,7 @@ tags = [
"shortcodes",
"privacy",
]
-archives = "2019-03"
+archives = "2019/03"
+++
Hugo ships with several [Built-in Shortcodes](https://gohugo.io/content-management/shortcodes/#use-hugo-s-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.