{{ define "main" }} {{/* https://discourse.gohugo.io/t/how-can-i-filter-pages-by-tag/12245/6 */}} {{$articles := .Site.RegularPages.RelatedTo (keyVals "tags" "article")}}
{{ partial "sidebar.html" (dict "context" .) }}
section-summary {{.Content}}
    {{range $articles }}
  • d {{.Title}}
    {{.Param "blurb"}}
  • {{end}} asdfasdf
{{ partial "components/last-updated.html" . }} {{ partial "components/pager.html" . }} {{ partial "components/comments.html" . }}
{{ end }}