Fix 0a671bc3751479e74a0a9d2132736c61d239707c

This commit is contained in:
Kaushal Modi 2018-09-11 16:28:34 -04:00
parent d658886854
commit 3e3aefd04f

View File

@ -90,7 +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>"
post = "<span class='alert'>New!</span>"
weight = -100
url = "/getting-started/"
{{< /code-toggle >}}