diff --git a/public/templates/completed.html b/public/templates/completed.html index 41baea6..5c3a016 100644 --- a/public/templates/completed.html +++ b/public/templates/completed.html @@ -3,18 +3,17 @@
{{ if .Tasks}} {{range .Tasks}}
-

{{.Title}}

-
+

{{.Title}}

{{.Content}}

diff --git a/public/templates/home.html b/public/templates/home.html index 4c5bdba..ec19bef 100644 --- a/public/templates/home.html +++ b/public/templates/home.html @@ -16,6 +16,7 @@
+
@@ -43,18 +44,18 @@ {{.Created}}
  • - Mask
  • +
  • - Trash +
  • - Complete +
  • - Edit +
  • @@ -67,7 +68,7 @@
    {{end}}
    - {{template "footer.gtpl"}} + {{template "_footer.html" .}} diff --git a/public/templates/search.html b/public/templates/search.html index 9031d11..764f80b 100644 --- a/public/templates/search.html +++ b/public/templates/search.html @@ -2,8 +2,7 @@
    {{ if .Tasks}} {{range .Tasks}}
    -

    {{.Title}}

    -
    +

    {{.Title}}

    {{.Content}}