From bcd6753b81b4f03e9613a42836f5f8afad61887a Mon Sep 17 00:00:00 2001 From: Ariel Costas <94913521+arielcostas@users.noreply.github.com> Date: Sun, 3 Dec 2023 18:54:59 +0100 Subject: Mix mobile styles --- layouts/_default/single.html | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'layouts/_default') diff --git a/layouts/_default/single.html b/layouts/_default/single.html index a8257e9..78c5ccb 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -1,11 +1,9 @@ {{ define "main" }} -
-

{{ .Title }}

-

- {{ if gt .Date.Unix 0 }} - - {{ end }} -

- {{ .Content }} -
+

{{ .Title }}

+

+ {{ if gt .Date.Unix 0 }} + + {{ end }} +

+{{ .Content }} {{ end }} \ No newline at end of file -- cgit v1.3