Recent Articles

- {{ $paginator := .Paginate (where .Data.Pages "Type" "post") }} + {{ $paginator := .Paginate (where .Site.Pages "Type" "post") }} {{ range $paginator.Pages }} -
-

{{ .Title }} {{ if .Draft }}:: DRAFT{{end}}

-
- {{ .Date.Format "Jan 2, 2006" }}   - {{ range .Params.categories }} - #{{ . }}  - {{ end }} - {{ range .Params.tags }} - #{{ . }}  - {{ end }}: {{ .Description }} -
-
+ {{ if eq .Kind "page" }} +
+

{{ .Title }} {{ if .Draft }}:: DRAFT{{end}}

+
+ {{ .Date.Format "Jan 2, 2006" }}   + {{ range .Params.categories }} + #{{ . }}  + {{ end }} + {{ range .Params.tags }} + #{{ . }}  + {{ end }}: {{ .Description }} +
+
+ {{ end }} {{ end }}