From f56dcd709c903dc731f8b94cbacce5544946fd31 Mon Sep 17 00:00:00 2001 From: hippoz Date: Thu, 6 May 2021 05:00:47 +0300 Subject: [PATCH] a --- templates/base/footer_content.tmpl | 26 ++++++++++++++++++++++++++ templates/custom/header.tmpl | 2 +- templates/home.tmpl | 14 ++------------ 3 files changed, 29 insertions(+), 13 deletions(-) create mode 100644 templates/base/footer_content.tmpl diff --git a/templates/base/footer_content.tmpl b/templates/base/footer_content.tmpl new file mode 100644 index 0000000..4502b90 --- /dev/null +++ b/templates/base/footer_content.tmpl @@ -0,0 +1,26 @@ + \ No newline at end of file diff --git a/templates/custom/header.tmpl b/templates/custom/header.tmpl index ac0f188..d79db2d 100644 --- a/templates/custom/header.tmpl +++ b/templates/custom/header.tmpl @@ -99,7 +99,7 @@ --color-footer: #d4d3d3; --color-timeline: #ececec; --color-input-text: #212121; - --color-input-background: #ffffff; + --color-input-background: #d4d3d3; --color-input-border: #dedede; --color-input-border-hover: #cecece; --color-navbar: #d4d3d3; diff --git a/templates/home.tmpl b/templates/home.tmpl index 290e4e7..13a23e8 100644 --- a/templates/home.tmpl +++ b/templates/home.tmpl @@ -1,16 +1,6 @@ {{template "base/head" .}}
-
-
-
- -
-
-

- {{AppName}} -

-
-
-
+

hippoz's git

+

i think

{{template "base/footer" .}} \ No newline at end of file