summaryrefslogtreecommitdiffstats
path: root/_scripts/new.lua
diff options
context:
space:
mode:
authorJustin Gassner <justin.gassner@mailbox.org>2024-02-14 07:24:38 +0100
committerJustin Gassner <justin.gassner@mailbox.org>2024-02-14 07:24:38 +0100
commit28407333ffceca9b99fae721c30e8ae146a863da (patch)
tree67fa2b79d5c48b50d4e394858af79c88c1447e51 /_scripts/new.lua
parent777f9d3fd8caf56e6bc6999a4b05379307d0733f (diff)
downloadsite-28407333ffceca9b99fae721c30e8ae146a863da.tar.zst
Update
Diffstat (limited to '_scripts/new.lua')
-rwxr-xr-x_scripts/new.lua9
1 files changed, 2 insertions, 7 deletions
diff --git a/_scripts/new.lua b/_scripts/new.lua
index e57100d..308bf2c 100755
--- a/_scripts/new.lua
+++ b/_scripts/new.lua
@@ -65,16 +65,12 @@ if arg[1] == "page" then
end
io.write([[
nav_order: 1
-# cspell:words
---
# {{ page.title }}
-{: .theorem-title }
-> {{ page.title }}
-> {: #{{ page.title | slugify }} }
->
-> ...
+{% theorem %}
+{% endtheorem %}
{% proof %}
{% endproof %}
@@ -100,7 +96,6 @@ elseif arg[1] == "dir" then
nav_order: 1
has_children: true
has_toc: false
-# cspell:words
---
# {{ page.title }}