about summary refs log tree commit diff
path: root/tpl
diff options
context:
space:
mode:
author1970-01-01 00:00:00 +0000
committer2025-02-11 18:16:08 +0000
commita802044c2989da21ebf12797c265e5ab64f07142 (patch)
tree882804665994a70787f62965c422ad64393f218d /tpl
parentgit server (diff)
downloadw-a802044c2989da21ebf12797c265e5ab64f07142.tar
w-a802044c2989da21ebf12797c265e5ab64f07142.tar.gz
w-a802044c2989da21ebf12797c265e5ab64f07142.tar.bz2
w-a802044c2989da21ebf12797c265e5ab64f07142.tar.xz
w-a802044c2989da21ebf12797c265e5ab64f07142.zip
only footer content in footer template
Diffstat (limited to 'tpl')
-rw-r--r--tpl/foot.tpl2
-rw-r--r--tpl/main.tpl4
2 files changed, 3 insertions, 3 deletions
diff --git a/tpl/foot.tpl b/tpl/foot.tpl
index 8ab170f..0baad18 100644
--- a/tpl/foot.tpl
+++ b/tpl/foot.tpl
@@ -1,3 +1 @@
-</div><div id="f">
 <p>Made by <a href="@pathtofile($[output-dir])">PORTER SWANSTROM</a></p>
-</div></div>
diff --git a/tpl/main.tpl b/tpl/main.tpl
index d3c798d..1327687 100644
--- a/tpl/main.tpl
+++ b/tpl/main.tpl
@@ -14,4 +14,6 @@
 
 @content()
 
-@input(tpl/foot.tpl)</body></html>
+</div><div id="f">
+@input(tpl/foot.tpl)
+</div></div></body></html>