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/post.html | 116 ++++++++++++++++++++++++++--------------------------- 1 file changed, 57 insertions(+), 59 deletions(-) (limited to 'template/post.html') diff --git a/template/post.html b/template/post.html index cf80b22..3ce5ff0 100755 --- a/template/post.html +++ b/template/post.html @@ -1,78 +1,76 @@ - - {{template "_meta.html"}} - - {{.Title}} - - - - - - - - {{template "_navigation.html"}} - -
-
-
-

{{.Title}}

- {{if .Listing}} - - {{end}} -
-
- {{.Content}} -
-
+ + {{template "_meta.html"}} - {{if .Listing}} + {{.Title}} + + + + -
+ -

- Comment, contact: The easiest way to contact me is by writing me a message on Telegram (https://t.me/mitjafelicijan). -

+ {{template "_navigation.html"}} -

You can also just write me an email at m@mitjafelicijan.com.

- -
- - {{if .Posts}} - - {{end}} + +
+ {{.Content}} +
+ + + {{if .Listing}} + +
+ +

+ Comment, contact: The easiest way to contact me is by writing me a message on Telegram (https://t.me/mitjafelicijan). +

-
+

You can also just write me an email at m@mitjafelicijan.com.

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