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

github.com/azmelanar/hugo-theme-pixyll.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmytro Slupytskyi <dslupytskyi@gmail.com>2018-09-22 22:26:40 +0300
committerDmytro Slupytskyi <dslupytskyi@gmail.com>2018-09-22 22:26:40 +0300
commitdedad3ffe1a21ccabf16acf763dd787098187362 (patch)
tree8187948faaa8bf896a110dca5fbb37a890241e36
parentb538e416ee8dff17f39849e407b4a18b71e6809f (diff)
add slug to search and change title
-rw-r--r--exampleSite/content/post/my-first-post.md2
-rw-r--r--exampleSite/content/search.md3
2 files changed, 3 insertions, 2 deletions
diff --git a/exampleSite/content/post/my-first-post.md b/exampleSite/content/post/my-first-post.md
index 681d0cb..c64f08c 100644
--- a/exampleSite/content/post/my-first-post.md
+++ b/exampleSite/content/post/my-first-post.md
@@ -1,5 +1,5 @@
+++
-title = "My first post"
+title = "My First post"
date = "2017-08-30T18:34:02+00:00"
tags = ["blog"]
draft = false
diff --git a/exampleSite/content/search.md b/exampleSite/content/search.md
index 47afc59..78be84b 100644
--- a/exampleSite/content/search.md
+++ b/exampleSite/content/search.md
@@ -1,7 +1,8 @@
+++
date = "2014-11-09T13:49:44+04:00"
draft = false
-title = "search"
+title = "Search"
+slug = "search"
+++