Add comment on related content

This commit is contained in:
budparr 2018-04-09 11:39:50 -04:00
parent ebb7dc3b45
commit c0adbe2422
No known key found for this signature in database
GPG Key ID: 05AB7813F9C39728

View File

@ -5,6 +5,11 @@
</div>
{{- end -}}
{{/*
Use Hugo's native related content feature to pull in content that may have similar parameters, like tags. etc.
https://gohugo.io/content-management/related/
*/}}
{{ $related := .Site.RegularPages.Related . | first 15 }}
{{ with $related }}