diff options
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}} |
