From eb25804244d0e6efd3ba6f7d9573c2d78b78cef0 Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Sun, 27 Mar 2022 11:14:33 -0700 Subject: [PATCH] Add anchor links to posts list --- layouts/partials/posts.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/posts.html b/layouts/partials/posts.html index 00af086..80d4e71 100644 --- a/layouts/partials/posts.html +++ b/layouts/partials/posts.html @@ -1,8 +1,8 @@
{{ if eq .RelPermalink "/posts.html" -}} -

Posts

+

Posts

{{ else -}} -

Posts

+

Posts

{{ end -}}

Timestamp format: YYYY-MM-DD, as per RFC 3339 and ISO 8601