diff options
| author | Mitja Felicijan <m@mitjafelicijan.com> | 2023-07-03 01:38:05 +0200 |
|---|---|---|
| committer | Mitja Felicijan <m@mitjafelicijan.com> | 2023-07-03 01:38:05 +0200 |
| commit | b097ad035a089076b6cf1f1e9c7f648439d9b073 (patch) | |
| tree | 1d06a44f4d6ec551c67ed72a4b7136ae59602e8a /themes/simple/layouts/_default/list.html | |
| parent | 71b7c639fa0b4ffe7425ec9bd6c3b0fef08b0028 (diff) | |
| download | mitjafelicijan.com-b097ad035a089076b6cf1f1e9c7f648439d9b073.tar.gz | |
Bunch of CSS improvements
Diffstat (limited to 'themes/simple/layouts/_default/list.html')
| -rw-r--r-- | themes/simple/layouts/_default/list.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/simple/layouts/_default/list.html b/themes/simple/layouts/_default/list.html index f92d9c0..6362b0f 100644 --- a/themes/simple/layouts/_default/list.html +++ b/themes/simple/layouts/_default/list.html | |||
| @@ -22,8 +22,8 @@ | |||
| 22 | {{ range (where .Site.RegularPages "Section" "posts") }} | 22 | {{ range (where .Site.RegularPages "Section" "posts") }} |
| 23 | <div> | 23 | <div> |
| 24 | <article class="mb-5" itemscope itemtype="http://schema.org/Article"> | 24 | <article class="mb-5" itemscope itemtype="http://schema.org/Article"> |
| 25 | <time class="block text-gray-400 font-medium text-xs">{{ .Date.Format "Monday Jan 2, 2006" }}</time> | 25 | <time class="block text-gray-400 font-medium text-xs mb-1">{{ .Date.Format "Monday Jan 2, 2006" }}</time> |
| 26 | <a href="/{{ .Params.url }}" itemprop="url" class="hover:bg-yellow-100" rel="bookmark noopener" aria-label="Opens URL"> | 26 | <a href="/{{ .Params.url }}" itemprop="url" class="underline" rel="bookmark noopener" aria-label="Opens URL"> |
| 27 | {{ if .Params.draft }} | 27 | {{ if .Params.draft }} |
| 28 | <span class="bg-orange-600 text-white px-1.5">Draft</span> | 28 | <span class="bg-orange-600 text-white px-1.5">Draft</span> |
| 29 | {{ end }} | 29 | {{ end }} |
