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 --- themes/simple/layouts/_default/single.html | 46 ++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 themes/simple/layouts/_default/single.html (limited to 'themes/simple/layouts/_default/single.html') diff --git a/themes/simple/layouts/_default/single.html b/themes/simple/layouts/_default/single.html new file mode 100644 index 0000000..7142f1b --- /dev/null +++ b/themes/simple/layouts/_default/single.html @@ -0,0 +1,46 @@ +{{ define "main" }} +
+ + +
+
+

{{.Title}}

+ +
+ +
+ {{.Content}} +
+
+ +
+ + +
+

+ 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.

+
+ +
+ + +
+

Read more from this site

+ +
+ +
+{{ end }} -- cgit v1.2.3