From e60da0bbe15476afe6bec36bec792647f5818118 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 27 Aug 2022 15:34:22 +0200 Subject: Excluded time from pages --- themes/simple/layouts/_default/single.html | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'themes/simple') diff --git a/themes/simple/layouts/_default/single.html b/themes/simple/layouts/_default/single.html index d34fabe..c3f100d 100644 --- a/themes/simple/layouts/_default/single.html +++ b/themes/simple/layouts/_default/single.html @@ -5,7 +5,10 @@

{{.Title}}

+ + {{ if in .Type "posts" }} + {{ end }}
@@ -13,19 +16,26 @@
+ {{ if in .Type "posts" }}
+ {{ end }} + {{ if in .Type "posts" }}

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.

+ {{ end }} + {{ if in .Type "posts" }}
+ {{ end }} + {{ if in .Type "posts" }}

Read more from this site

+ {{ end }} + {{ if in .Type "posts" }}
+ {{ end }} - {{ partial "openring.html" . }} + {{ if in .Type "posts" }} + {{ partial "openring.html" . }} + {{ end }} {{ end }} -- cgit v1.2.3