From a1bdcc8c1bb3301b3abee1e41e0224f4d0346e70 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Wed, 19 Apr 2023 17:14:53 +0200 Subject: [PATCH] rename header.html to head.html --- templates/404.html | 2 +- templates/contrib.html | 2 +- templates/{header.html => head.html} | 0 templates/index.html | 2 +- templates/networks.html | 2 +- templates/portfolio.html | 2 +- 6 files changed, 5 insertions(+), 5 deletions(-) rename templates/{header.html => head.html} (100%) diff --git a/templates/404.html b/templates/404.html index afc593e..6e3a15e 100644 --- a/templates/404.html +++ b/templates/404.html @@ -1,6 +1,6 @@ - {{>header.html}} + {{>head.html}}

404 :/

{{>footer.html}} diff --git a/templates/contrib.html b/templates/contrib.html index 5c7eb7f..d8b47ac 100644 --- a/templates/contrib.html +++ b/templates/contrib.html @@ -1,6 +1,6 @@ - {{>header.html}} + {{>head.html}} {{#data}} {{#error}}
diff --git a/templates/header.html b/templates/head.html similarity index 100% rename from templates/header.html rename to templates/head.html diff --git a/templates/index.html b/templates/index.html index f5a6ab8..23a0e55 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,6 +1,6 @@ - {{>header.html}} + {{>head.html}}