Only show art commentary if it exists

This commit is contained in:
Joshua Goins 2023-03-08 10:42:43 -05:00
parent 16658071f6
commit 4963ec0373

View file

@ -42,11 +42,13 @@
{{ end }} {{ end }}
</table> </table>
{{ with .Content }}
<h3>Commentary</h3> <h3>Commentary</h3>
<p> <p>
{{ .Content }} {{ . }}
</p> </p>
{{ end }}
{{ partial "comments" . }} {{ partial "comments" . }}
{{ end }} {{ end }}