Add post to menu example

This commit is contained in:
Bjørn Erik Pedersen 2018-09-10 11:01:14 +02:00 committed by GitHub
parent af14497c68
commit 0a671bc375
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,6 +90,7 @@ Heres an example snippet pulled from a configuration file:
[[menu.main]]
name = "getting started"
pre = "<i class='fa fa-road'></i>"
post = "<span class="alert">New!</span>"
weight = -100
url = "/getting-started/"
{{< /code-toggle >}}