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

github.com/tastaturtier/someparts-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandro Leuchter <sandro.leuchter@dama.io>2020-02-18 05:44:24 +0300
committerSandro Leuchter <sandro.leuchter@dama.io>2020-02-18 05:44:24 +0300
commit73e158c971dc04055fa2af7af1f0896e34a3f647 (patch)
tree1fb8079768c0ff8ad5214432ea6db99546e9556d
parenta0a6234b3c28f0885ac2071908bc81d661fdec0f (diff)
fixed absolute paths to ressources and homepageHEADmaster
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 8bc2dba..46b3f78 100644
--- a/README.md
+++ b/README.md
@@ -131,7 +131,7 @@ If you want a dropdown menu under it configure it in the ``config.yaml`` (or ``.
params:
dropdown:
- entry1:
- url: /
+ url: index.html
linktext: Overview
- divider2:
- entry3:
@@ -139,14 +139,14 @@ params:
linktext: External Colorist
- divider4:
- entry6:
- url: /imprint/
+ url: imprint/
linktext: Imprint
- entry7:
- url: /privacy/
+ url: privacy/
linktext: Privacy Policy
- divider8:
- entry9:
- url: /index.xml
+ url: index.xml
linktext: RSS
```