11 lines
370 B
TOML
11 lines
370 B
TOML
[page]
|
|
html_path = "other/index.html"
|
|
title = "Other!"
|
|
description = "This is the .. other page"
|
|
content_path = "other.md"
|
|
#favicon = "optional_favicon.png"
|
|
#before_navbar_url = "/navbar.html"
|
|
before_content_url = "test_page/resources/before_content_other.html"
|
|
#after_content_url = "/after_content.html"
|
|
#javascript = ["Additional JavaScript"]
|
|
#css = ["Additional CSS"] |