diff options
author | | 1970-01-01 00:00:00 +0000 |
---|---|---|
committer | | 2025-02-11 18:16:08 +0000 |
commit | a802044c2989da21ebf12797c265e5ab64f07142 (patch) | |
tree | 882804665994a70787f62965c422ad64393f218d | |
parent | git server (diff) | |
download | w-a802044c2989da21ebf12797c265e5ab64f07142.tar w-a802044c2989da21ebf12797c265e5ab64f07142.tar.gz w-a802044c2989da21ebf12797c265e5ab64f07142.tar.bz2 w-a802044c2989da21ebf12797c265e5ab64f07142.tar.xz w-a802044c2989da21ebf12797c265e5ab64f07142.zip |
only footer content in footer template
-rw-r--r-- | .nift/404.info.json | 2 | ||||
-rw-r--r-- | .nift/e/index.info.json | 2 | ||||
-rw-r--r-- | .nift/err.info.json | 2 | ||||
-rw-r--r-- | .nift/index.info.json | 2 | ||||
-rw-r--r-- | .nift/p/index.info.json | 2 | ||||
-rw-r--r-- | .nift/sql/index.info.json | 2 | ||||
-rw-r--r-- | .nift/w/index.info.json | 2 | ||||
-rw-r--r-- | .nift/wf/index.info.json | 2 | ||||
-rw-r--r-- | tpl/foot.tpl | 2 | ||||
-rw-r--r-- | 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 @@ -</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> |