From decde989ff7614dc109af1fb42559ff4814ffc7c Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 14 Aug 2022 17:25:43 +0200 Subject: Removed search from the blog --- template/index.html | 90 ++++++++++++++++++++++++++--------------------------- 1 file changed, 44 insertions(+), 46 deletions(-) (limited to 'template/index.html') diff --git a/template/index.html b/template/index.html index cb334e1..9196940 100755 --- a/template/index.html +++ b/template/index.html @@ -1,64 +1,62 @@ - - {{template "_meta.html"}} + + {{template "_meta.html"}} - {{.Title}} - - - - + {{.Title}} + + + + - + - {{template "_navigation.html"}} + {{template "_navigation.html"}} -
-

Blog posts

- -
+
-
-

Side projects I work/worked on

- -
+
+

Side projects I work/worked on

+ +
-
+
- {{template "openring-build.html"}} + {{template "openring-build.html"}} -
+ - {{template "_footer.html"}} + {{template "_footer.html"}} - {{template "_includes.html"}} + {{template "_includes.html"}} - {{template "_search.html"}} + - - - + \ No newline at end of file -- cgit v1.2.3