From 90d9d819b70f68e10482954cfc461737c0165f8a Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Wed, 13 Jul 2022 12:22:15 +0200 Subject: feat: Add custom css --- templates/_footer.tmpl | 3 +-- templates/_head.tmpl | 9 ++++----- templates/entry.tmpl | 6 ++++-- templates/index.tmpl | 10 ++++------ 4 files changed, 13 insertions(+), 15 deletions(-) (limited to 'templates') diff --git a/templates/_footer.tmpl b/templates/_footer.tmpl index 97a5bf8..b72953b 100644 --- a/templates/_footer.tmpl +++ b/templates/_footer.tmpl @@ -1,6 +1,5 @@ {{ define "_footer" }} - diff --git a/templates/_head.tmpl b/templates/_head.tmpl index b99510f..11a4aa8 100644 --- a/templates/_head.tmpl +++ b/templates/_head.tmpl @@ -3,12 +3,11 @@ - + -
-
-

Home

-
+
+

midr

+
{{ end }} diff --git a/templates/entry.tmpl b/templates/entry.tmpl index 9f1181f..9edd5cd 100644 --- a/templates/entry.tmpl +++ b/templates/entry.tmpl @@ -1,6 +1,5 @@ {{ define "entry" }} {{ template "_head" }} -
{{ if (eq .ID 0) }}
{{ else }} @@ -15,12 +14,15 @@
+
+ + +
- {{ template "_footer" }} {{ end }} diff --git a/templates/index.tmpl b/templates/index.tmpl index ae7f674..14cb420 100644 --- a/templates/index.tmpl +++ b/templates/index.tmpl @@ -1,14 +1,13 @@ {{ define "index" }} {{ template "_head" }} -
- +
- + @@ -19,19 +18,18 @@ - {{ end }}
ID Title Link OutputStatusStatus
{{ .Title }} {{ .Link }} {{ .OutputFolder }} + Edit - Delete + Delete
-
Create {{ template "_footer" }} {{ end }} -- cgit v1.2.3