- {{ range where .Site.RegularPages "Type" "posts" }}
+
Projects
+ {{ range where .Site.RegularPages "Type" "projects" }}
-
{{ .Title }}
+
+ {{ .Title }}
+
{{.Summary}}
-
{{.Params.date.Format "2 January 2006"}}
+
+ {{.Params.date.Format "2 January 2006"}}
+
{{ end }}
-
+
+
+
Blog
+ {{ range where .Site.RegularPages "Type" "posts" }}
+
+
+ {{ .Title }}
+
+
{{.Summary}}
+
+ {{.Params.date.Format "2 January 2006"}}
+
+
+
+ {{ end }}
+
+
+
+
Papers
+ {{ range where .Site.RegularPages "Type" "papers" }}
+
+
+ {{ .Title }}
+
+
{{.Summary}}
+
+ {{.Params.date.Format "2 January 2006"}}
+
+
+
+ {{ end }}
+
+
+
+
Articles
+ {{ range where .Site.RegularPages "Type" "articles" }}
+
+
+ {{ .Title }}
+
+
{{.Summary}}
+
+ {{.Params.date.Format "2 January 2006"}}
+
+
+
+ {{ end }}
+
+
+
+