From 04d1cee8df9379d7a86be2da36a1b4a4f919cf08 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Tue, 11 Apr 2023 10:09:17 +0200 Subject: [PATCH] use same footer everywhere --- templates/404.html | 1 + templates/contrib.html | 4 +--- templates/footer.html | 3 +++ templates/networks.html | 4 +--- templates/portfolio.html | 5 +---- 5 files changed, 7 insertions(+), 10 deletions(-) create mode 100644 templates/footer.html diff --git a/templates/404.html b/templates/404.html index c5f5f8a..e047f7f 100644 --- a/templates/404.html +++ b/templates/404.html @@ -38,5 +38,6 @@

404 :/

+ {{> footer.html }} diff --git a/templates/contrib.html b/templates/contrib.html index 3b8d7d0..06c179b 100644 --- a/templates/contrib.html +++ b/templates/contrib.html @@ -100,8 +100,6 @@ Perlite#16

- + {{> footer.html }} diff --git a/templates/footer.html b/templates/footer.html new file mode 100644 index 0000000..16afc40 --- /dev/null +++ b/templates/footer.html @@ -0,0 +1,3 @@ + diff --git a/templates/networks.html b/templates/networks.html index 1ef8fd2..f9b2293 100644 --- a/templates/networks.html +++ b/templates/networks.html @@ -101,8 +101,6 @@ >

- + {{> footer.html }} diff --git a/templates/portfolio.html b/templates/portfolio.html index 35bde30..279a636 100644 --- a/templates/portfolio.html +++ b/templates/portfolio.html @@ -32,9 +32,6 @@
- - {{/data}} + {{/data}} {{> footer.html }}