{{ $allPosts := false }} {{ if eq .RelPermalink "/posts.html" -}} {{ $allPosts = true }}

Posts

{{ else -}}

Posts

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

    {{- range where site.RegularPages "Type" "in" site.Params.mainSections }} {{- if or ($allPosts) (.Params.featured) -}}
  1. Posted , updated

    {{ .Description }}

  2. {{- end }} {{- end }}