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

github.com/cntrump/hugo-notepadium.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvvveiii <cntrump@gmail.com>2020-01-01 06:02:38 +0300
committervvveiii <cntrump@gmail.com>2020-01-01 06:02:38 +0300
commit2724d18f2a8d092273e3bf8c26b6c9d0d458818e (patch)
treed696f68b47423a6a82f5d6fdb417b306d9d47fe4 /exampleSite
parentd8766e289bb82cce241fde49154d38e8f43fad8a (diff)
update exampleSite
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml4
-rw-r--r--exampleSite/layouts/partials/header-right.html1
2 files changed, 1 insertions, 4 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 0534996..393459d 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -47,9 +47,5 @@ showCategories = true # /categories/
showTags = true # /tags/
[[params.nav.custom]]
-title = "About"
-url = "/about"
-
-[[params.nav.custom]]
title = "Hugo"
url = "https://gohugo.io/" \ No newline at end of file
diff --git a/exampleSite/layouts/partials/header-right.html b/exampleSite/layouts/partials/header-right.html
new file mode 100644
index 0000000..c6bfcc6
--- /dev/null
+++ b/exampleSite/layouts/partials/header-right.html
@@ -0,0 +1 @@
+<a class="article-tag" href="{{- `/about/` | relURL -}}">About</a> \ No newline at end of file