htoml

HTML page templates described with a toml config
Log | Files | Refs | README

commit 6bfd0359e73c0f14eeccabda5c2e4b3e343838f0
parent d77f1048f3318d1195c7582b1b3f7962bd55c0f8
Author: Jackson G. Kaindume <seestem@merely.tech>
Date:   Wed, 10 Aug 2022 18:12:18 +0200

add navbar link to example

Diffstat:
MHTOML_example.toml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/HTOML_example.toml b/HTOML_example.toml @@ -16,4 +16,4 @@ output = "publish/index.html" variant = "basic" # Links for the navigation -links = [{url= "/", text= "Home"}, {url= "/about", text= "About"},] -\ No newline at end of file +links = [{url= "/", text= "Home"}, {url= "/about", text= "About"}, {url= "/contact", text= "Contact Us"}] +\ No newline at end of file