Automatically add the featured media to individual posts

This commit is contained in:
2021-10-19 14:01:35 -05:00
parent 937a80bc17
commit 96067c95c0
3 changed files with 23 additions and 18 deletions

View File

@ -17,5 +17,9 @@
<hr>
{{ with .Resources.GetMatch "feature" }}
{{ partial "featured_media.html" . }}
{{ end }}
{{ .Content }}
{{ end }}