From a802044c2989da21ebf12797c265e5ab64f07142 Mon Sep 17 00:00:00 2001 From: ​ Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: only footer content in footer template --- .nift/404.info.json | 2 +- .nift/e/index.info.json | 2 +- .nift/err.info.json | 2 +- .nift/index.info.json | 2 +- .nift/p/index.info.json | 2 +- .nift/sql/index.info.json | 2 +- .nift/w/index.info.json | 2 +- .nift/wf/index.info.json | 2 +- tpl/foot.tpl | 2 -- tpl/main.tpl | 4 +++- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.nift/404.info.json b/.nift/404.info.json index 3b28f63..5402c2a 100644 --- a/.nift/404.info.json +++ b/.nift/404.info.json @@ -1,5 +1,5 @@ { - "last-built": "05:29:09 Tuesday February 04 2025", + "last-built": "18:07:48 Tuesday February 11 2025", "name": "404", "title": "Error", "template": "tpl/main.tpl", diff --git a/.nift/e/index.info.json b/.nift/e/index.info.json index fe60100..52bff31 100644 --- a/.nift/e/index.info.json +++ b/.nift/e/index.info.json @@ -1,5 +1,5 @@ { - "last-built": "05:29:09 Tuesday February 04 2025", + "last-built": "18:07:48 Tuesday February 11 2025", "name": "e/index", "title": "Error", "template": "tpl/main.tpl", diff --git a/.nift/err.info.json b/.nift/err.info.json index 9799941..9de3c25 100644 --- a/.nift/err.info.json +++ b/.nift/err.info.json @@ -1,5 +1,5 @@ { - "last-built": "05:29:09 Tuesday February 04 2025", + "last-built": "18:07:48 Tuesday February 11 2025", "name": "err", "title": "Error", "template": "tpl/main.tpl", diff --git a/.nift/index.info.json b/.nift/index.info.json index 87c8ae8..ac092be 100644 --- a/.nift/index.info.json +++ b/.nift/index.info.json @@ -1,5 +1,5 @@ { - "last-built": "05:32:59 Tuesday February 04 2025", + "last-built": "18:07:48 Tuesday February 11 2025", "name": "index", "title": "Home", "template": "tpl/main.tpl", diff --git a/.nift/p/index.info.json b/.nift/p/index.info.json index 64abcc9..c42bd36 100644 --- a/.nift/p/index.info.json +++ b/.nift/p/index.info.json @@ -1,5 +1,5 @@ { - "last-built": "05:29:09 Tuesday February 04 2025", + "last-built": "18:07:48 Tuesday February 11 2025", "name": "p/index", "title": "Projects", "template": "tpl/main.tpl", diff --git a/.nift/sql/index.info.json b/.nift/sql/index.info.json index f01c32e..a5f3fbe 100644 --- a/.nift/sql/index.info.json +++ b/.nift/sql/index.info.json @@ -1,5 +1,5 @@ { - "last-built": "23:19:22 Sunday February 09 2025", + "last-built": "18:07:48 Tuesday February 11 2025", "name": "sql/index", "title": "SQL", "template": "tpl/main.tpl", diff --git a/.nift/w/index.info.json b/.nift/w/index.info.json index 1af41ee..3a75450 100644 --- a/.nift/w/index.info.json +++ b/.nift/w/index.info.json @@ -1,5 +1,5 @@ { - "last-built": "23:19:22 Sunday February 09 2025", + "last-built": "18:07:48 Tuesday February 11 2025", "name": "w/index", "title": "Website", "template": "tpl/main.tpl", diff --git a/.nift/wf/index.info.json b/.nift/wf/index.info.json index ee463d6..2779ece 100644 --- a/.nift/wf/index.info.json +++ b/.nift/wf/index.info.json @@ -1,5 +1,5 @@ { - "last-built": "23:19:22 Sunday February 09 2025", + "last-built": "18:07:48 Tuesday February 11 2025", "name": "wf/index", "title": "WinForms", "template": "tpl/main.tpl", 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 @@ -

Made by PORTER SWANSTROM

-
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) +
+@input(tpl/foot.tpl) +
-- cgit 1.4.1