diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-11-04 01:42:16 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-11-04 01:42:16 +0100 |
| commit | e76d33a89bd9b28267dbaa8a6c4250a6de4d4823 (patch) | |
| tree | a0ddf2bbac34e44ee98345306385e64cc5e3c16e /themes/simple/layouts/_default/single.html | |
| parent | 69a7b37de020fa329d961782fcc4c9c3895e6f1a (diff) | |
| download | mitjafelicijan.com-e76d33a89bd9b28267dbaa8a6c4250a6de4d4823.tar.gz | |
Added tighter line height for titles on mobile
Diffstat (limited to 'themes/simple/layouts/_default/single.html')
| -rwxr-xr-x | themes/simple/layouts/_default/single.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
| 4 | <!-- Single article --> | 4 | <!-- Single article --> |
| 5 | <article itemtype="http://schema.org/Article" class="single mb-12"> | 5 | <article itemtype="http://schema.org/Article" class="single mb-12"> |
| 6 | <header class="mb-6"> | 6 | <header class="mb-6"> |
| 7 | <h1 itemtype="headline" class="text-4xl font-extrabold mb-6 leading-tight">{{ .Title }}</h1> | 7 | <h1 itemtype="headline" class="text-4xl font-extrabold mb-6 leading-tightest md:leading-tight">{{ .Title }}</h1> |
| 8 | 8 | ||
| 9 | {{ if in .Type "posts" }} | 9 | {{ if in .Type "posts" }} |
| 10 | <time class="text-gray-400 font-medium text-sm">Published on {{ .Date.Format "Monday Jan 2, 2006" }}</time> | 10 | <time class="text-gray-400 font-medium text-sm">Published on {{ .Date.Format "Monday Jan 2, 2006" }}</time> |
