From ae72154594a25b5248581b5414ff62fcd5197c3b Mon Sep 17 00:00:00 2001 From: Dennis Eriksen Date: Wed, 6 Nov 2019 14:56:42 +0100 Subject: testing out microblogging --- layouts/index.html | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'layouts/index.html') diff --git a/layouts/index.html b/layouts/index.html index 4f74872..7516cf1 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -6,6 +6,17 @@

{{ .Site.Params.intro }}

+
+

Microblog

+ {{ range (where .Site.RegularPages "Type" "micro") }} +
+ {{ .Summary }} + {{ if .Truncated }} + Read more + {{ end }} +
+ {{ end }} +

Archive

{{ range (where .Site.RegularPages "Type" "post").GroupByDate "2006" }} -- cgit v1.2.3