diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-08-28 06:55:03 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-08-28 06:55:03 +0200 |
| commit | 963526f0a8a54279399bf82edf2d8b25215c75b8 (patch) | |
| tree | 21a40c24d35a8cb14e1a1b72e9282805441e1c8f /themes/simple/layouts/_default/single.html | |
| parent | 70baaeb4e78d12c329a03e929fd30d41730ed2b1 (diff) | |
| download | mitjafelicijan.com-963526f0a8a54279399bf82edf2d8b25215c75b8.tar.gz | |
Unified yellow background colors
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 c3f100d..77071bb 100644 --- a/themes/simple/layouts/_default/single.html +++ b/themes/simple/layouts/_default/single.html | |||
| @@ -45,7 +45,7 @@ | |||
| 45 | {{ range $randomPosts }} | 45 | {{ range $randomPosts }} |
| 46 | <li class="mb-6"> | 46 | <li class="mb-6"> |
| 47 | <time class="block text-gray-400 font-medium text-xs">{{ .Date.Format "Mon Jan 2, 2006" }}</time> | 47 | <time class="block text-gray-400 font-medium text-xs">{{ .Date.Format "Mon Jan 2, 2006" }}</time> |
| 48 | <a href="{{.Permalink}}" itemprop="url" class="hover:bg-yellow-200 font-medium">{{.Title}}</a> | 48 | <a href="{{.Permalink}}" itemprop="url" class="hover:bg-yellow-100 font-medium">{{.Title}}</a> |
| 49 | <p class="text-gray-600 text-sm">{{.Summary}}</p> | 49 | <p class="text-gray-600 text-sm">{{.Summary}}</p> |
| 50 | </li> | 50 | </li> |
| 51 | {{end}} | 51 | {{end}} |
