11 lines
371 B
TOML
11 lines
371 B
TOML
[page]
|
|
html_path = "other/index.html"
|
|
title = "Other!"
|
|
description = "This is the .. other page"
|
|
content_path = "other.md"
|
|
favicon = "/img/square_trans.png"
|
|
#before_navbar_url = "/navbar.html"
|
|
#before_content_url = "test_page/resources/before_content_other.html"
|
|
#after_content_url = "/after_content.html"
|
|
javascript = ["test_additional.js"]
|
|
css = ["test_additional.css"] |