My bookmarks
{{ .Content }} -Timestamp format: YYYY-MM-DD HH:MM
, as per RFC 3339
+ Timestamp format: YYYY-MM-DD HH:MM
, as per RFC 3339
+
-
{{ $bookmarks := getJSON "https://seirdy.one/data/bookmarks.json" -}}
{{ range sort $bookmarks "tags" "desc" -}}
diff --git a/layouts/partials/posts.html b/layouts/partials/posts.html
index 176226c..c6657a2 100644
--- a/layouts/partials/posts.html
+++ b/layouts/partials/posts.html
@@ -10,7 +10,9 @@
Here's a selection of my best posts. To see the rest, visit my Posts page.
{{- end }}I edit some of these posts quite often; some are updated indefinitely. Check the "updated" timestamps.
-Timestamp format: YYYY-MM-DD
, as per RFC 3339 and ISO 8601
+ Timestamp format: YYYY-MM-DD
, as per RFC 3339 and ISO 8601
+
-
{{- range where site.RegularPages "Type" "in" site.Params.mainSections -}}
{{- if or ($isStandalone) (.Params.featured) }}