From ce1721b456aff1ce41b9cab2532ddbfefc66e77d Mon Sep 17 00:00:00 2001 From: Mylloon Date: Wed, 19 Apr 2023 16:57:30 +0200 Subject: [PATCH] trim spaces --- templates/404.html | 4 ++-- templates/contrib.html | 4 ++-- templates/index.html | 2 +- templates/networks.html | 4 ++-- templates/portfolio.html | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/templates/404.html b/templates/404.html index 1056717..afc593e 100644 --- a/templates/404.html +++ b/templates/404.html @@ -1,8 +1,8 @@ - {{> header.html }} + {{>header.html}}

404 :/

- {{> footer.html }} + {{>footer.html}} diff --git a/templates/contrib.html b/templates/contrib.html index 63a1ee0..5c7eb7f 100644 --- a/templates/contrib.html +++ b/templates/contrib.html @@ -1,6 +1,6 @@ - {{> header.html }} + {{>header.html}} {{#data}} {{#error}}
@@ -31,6 +31,6 @@ {{/pulls_closed}} {{/closed}}

- {{/error}} {{/data}} {{> footer.html }} + {{/error}} {{/data}} {{>footer.html}} diff --git a/templates/index.html b/templates/index.html index cb33028..f5a6ab8 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,6 +1,6 @@ - {{> header.html }} + {{>header.html}}
- {{/data}} {{> footer.html }} + {{/data}} {{>footer.html}}