summaryrefslogtreecommitdiff
path: root/layouts/shortcodes/list-common-subjects.html
blob: 23de35fbece1ae20d0f49d7b5adaea1c3e49f59d (plain)
1
2
3
4
5
6
<ul>
{{ $p := where site.Pages "Params.tags" "intersect" (slice "common-subject") }}
{{ range $p }}
<li>{{.Title}}</li>
{{end}}
</ul>