Add metadetails section with details about movies

This commit is contained in:
Campbell Alden 2022-10-19 17:35:26 +09:00
parent 33da87e457
commit 8bb77d8370
5 changed files with 58 additions and 1 deletions

View file

@ -17,6 +17,7 @@
{{- .PublishDate | time.Format ":date_long" -}}
</h2>
{{ partial "quicklook.html" . }}
{{ partial "metadetails.html" . }}
</header>
<div class="core-content">
{{- .Content -}}