mirror of https://github.com/lxndrblz/anatole.git

Alexander Bilz
18.12.2020 f1597bd83cc93d94632c77f8b78d07d3242268ec
README.md
@@ -67,12 +67,12 @@
  weight = 200
  identifier = "posts"
  url = "/post/"
```
If you want to add content to menus, please see the `about.md` file as an example.
```
menu: main
name: "About"
weight: 300
  [[menu.main]]
  name = "About"
  weight = 300
  identifier = "about"
  url = "/about/"
```
### Comments powered by Disqus
No comment section is shown on the `single.html`, unless a disqus code is specified in the `config.toml` file.