- total {{len .Articles}}
+
-
- {{range .Articles}}
+
+ {{range $i, $a := .Articles}}{{if lt $i 3}}
- {{.FormattedDate}}
+ {{$a.FormattedDate}}
- {{if .SEODescription}}
-
{{.SEODescription}}
+ {{if $a.SEODescription}}
+
{{$a.SEODescription}}
{{end}}
-
- {{if .Author}}
@{{.Author}}{{end}}
- {{if .ReadingTime}}
~{{.ReadingTime}}m{{end}}
- {{if .Tags}}
-
- {{range .Tags}}#{{.}}{{end}}
-
- {{end}}
-
-
+
→
- {{end}}
+ {{end}}{{end}}
{{end}}
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 6b94054..9f1aaad 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -3,7 +3,7 @@
Docs
-
Blog
+
Blog
GitHub
𝕏
RSS
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 3a7deaa..2030bed 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -7,7 +7,7 @@