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

github.com/ertuil/erblog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLutong Chen <me@ertuil.top>2019-12-06 10:43:20 +0300
committerLutong Chen <me@ertuil.top>2019-12-06 10:43:20 +0300
commitd132583574bcea00aaf149c31e8be2573259a3e8 (patch)
treecb2e96299242eebc4b53ae7a5c11c4e277437212 /README.md
parent70cf428e5d558269f8a000b2d6a56159b566b4b4 (diff)
update footer
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 17 insertions, 1 deletions
diff --git a/README.md b/README.md
index a83efcf..dc9c4b8 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,23 @@ Alse you can add your own custom menus in `config.toml` like this:
weight = 7
```
-None you add add your contacts like this:
+A Menu in the footer is also available:
+
+```
+[[menu.footer]]
+ identifier = "home"
+ name = "home"
+ url = "/"
+ weight = 1
+
+[[menu.footer]]
+ identifier = "about"
+ name = "About"
+ url = "/about/"
+ weight = 2
+```
+
+Now you can add your contacts like this:
```
# Social icons to be shown on the right-hand side of the navigation bar