From e76d33a89bd9b28267dbaa8a6c4250a6de4d4823 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Fri, 4 Nov 2022 01:42:16 +0100 Subject: Added tighter line height for titles on mobile --- themes/simple/layouts/_default/single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes/simple') diff --git a/themes/simple/layouts/_default/single.html b/themes/simple/layouts/_default/single.html index 1258a3b..4111338 100755 --- a/themes/simple/layouts/_default/single.html +++ b/themes/simple/layouts/_default/single.html @@ -4,7 +4,7 @@
-

{{ .Title }}

+

{{ .Title }}

{{ if in .Type "posts" }} -- cgit v1.2.3