From e3e6ad958eed2ee2568f427d9f146cf8ab6a17af Mon Sep 17 00:00:00 2001 From: Ruidy Nemausat Date: Sat, 14 Mar 2020 20:43:51 +0100 Subject: [PATCH] bootstrap --- templates/edit.html | 10 +++++++--- templates/home.html | 26 ++++++++++++++------------ 2 files changed, 21 insertions(+), 15 deletions(-) diff --git a/templates/edit.html b/templates/edit.html index 71085ff..0be04df 100644 --- a/templates/edit.html +++ b/templates/edit.html @@ -2,9 +2,13 @@

Editing {{.Title}}

-
- +
+ +
+
+
-
{{end}} diff --git a/templates/home.html b/templates/home.html index d99a8ba..9aa97ee 100644 --- a/templates/home.html +++ b/templates/home.html @@ -1,16 +1,18 @@ {{define "title"}} Welcome to Go-Wiki {{end}} {{define "content"}} -
-

Welcome to Go-Wiki

-

- Golang powered Wiki web application -

-
-

- Look at our documentation to discover how to contribute ! -

- Documentation +
+
+

Welcome to Go-Wiki

+

+ Golang powered Wiki web application +

+
+

+ Look at our documentation to discover how to contribute ! +

+ Documentation +
{{end}}