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/index.tmpl | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'templates/index.tmpl') 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