diff options
| author | Arne Rief <riearn@proton.me> | 2025-09-02 23:20:43 +0200 |
|---|---|---|
| committer | Arne Rief <riearn@proton.me> | 2025-09-02 23:20:43 +0200 |
| commit | 2204aa9db535af9b0c38487f74a56bd0ac9f07e2 (patch) | |
| tree | 94544c8c01ea88b901a84e68c0b1c237f30ab6c6 /layouts/partials/list/post-card.html | |
| parent | ade244c72af62827c4c30151404abf755597f243 (diff) | |
Styling
Diffstat (limited to 'layouts/partials/list/post-card.html')
| -rw-r--r-- | layouts/partials/list/post-card.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/layouts/partials/list/post-card.html b/layouts/partials/list/post-card.html index 12eada4..75be9ce 100644 --- a/layouts/partials/list/post-card.html +++ b/layouts/partials/list/post-card.html @@ -7,7 +7,7 @@ </a> </h3> <div class="post-card__meta"> - <time datetime="{{ $post.Date.Format "2006-01-02T15:04:05Z07:00" }}" class="post-card__date"> + <time datetime="{{ $post.Date.Format "2006-01-02T15:04:05Z07:00" }}" class="post-card__publish-date"> {{ $post.Date | time.Format ":date_medium" }} </time> {{- with $post.ReadingTime }} @@ -41,5 +41,6 @@ {{- end }} </ul> </footer> + <hr /> {{- end }} </article> |
