diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-08-27 14:28:02 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-08-27 14:28:02 +0200 |
| commit | fc9eff7f81b11a239039cf4a414245eab5f94190 (patch) | |
| tree | 84634c772919bb2f052e8c9a4a464d74279566b1 /themes/simple/layouts/_default/single.html | |
| parent | 0f1dc65be85e5f539933e2fdeacab2e31a617ca6 (diff) | |
| download | mitjafelicijan.com-fc9eff7f81b11a239039cf4a414245eab5f94190.tar.gz | |
Added description and minor style fixes
Diffstat (limited to 'themes/simple/layouts/_default/single.html')
| -rw-r--r-- | 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 45dc4e6..297d90e 100644 --- a/themes/simple/layouts/_default/single.html +++ b/themes/simple/layouts/_default/single.html | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | 3 | ||
| 4 | <!-- Single article --> | 4 | <!-- Single article --> |
| 5 | <article itemtype="http://schema.org/Article" class="mb-12"> | 5 | <article itemtype="http://schema.org/Article" class="mb-12"> |
| 6 | <header> | 6 | <header class="mb-6"> |
| 7 | <h1 itemtype="headline" class="text-4xl font-extrabold mb-6">{{.Title}}</h1> | 7 | <h1 itemtype="headline" class="text-4xl font-extrabold mb-6">{{.Title}}</h1> |
| 8 | <time class="text-gray-400 font-medium text-sm">Published on {{ .Date.Format "Monday Jan 2, 2006" }}</time> | 8 | <time class="text-gray-400 font-medium text-sm">Published on {{ .Date.Format "Monday Jan 2, 2006" }}</time> |
| 9 | </header> | 9 | </header> |
