From 9f5454bda6299db43a4e9de5b3716471388b81d9 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 27 Aug 2022 14:05:48 +0200 Subject: Move blog to Hugo --- template/post.html | 76 ------------------------------------------------------ 1 file changed, 76 deletions(-) delete mode 100755 template/post.html (limited to 'template/post.html') diff --git a/template/post.html b/template/post.html deleted file mode 100755 index 3ce5ff0..0000000 --- a/template/post.html +++ /dev/null @@ -1,76 +0,0 @@ - - - - - {{template "_meta.html"}} - - {{.Title}} - - - - - - - - {{template "_navigation.html"}} - -
-
-
-

{{.Title}}

- {{if .Listing}} - - {{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.

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