teascade-generator/test_page/other.toml

11 lines
371 B
TOML
Raw Normal View History

[page]
html_path = "other/index.html"
title = "Other!"
description = "This is the .. other page"
content_path = "other.md"
2018-04-19 21:21:49 +02:00
favicon = "/img/square_trans.png"
#before_navbar_url = "/navbar.html"
2018-04-19 22:56:31 +02:00
#before_content_url = "test_page/resources/before_content_other.html"
#after_content_url = "/after_content.html"
2018-04-19 21:21:49 +02:00
javascript = ["test_additional.js"]
css = ["test_additional.css"]