fix for the comic pages crashing

This commit is contained in:
etherware-novice 2024-07-25 17:47:20 -05:00
parent 4a5f0ec01a
commit 0dd66957b7
No known key found for this signature in database
GPG Key ID: 5DB73B4D57B9D701

View File

@ -1,8 +1,8 @@
---
layout: default
---
<h1>{{ page.name | date: "%b %d" }}</h1>
<h3>{{ page.title }}</h3>
<h1>{{ page.title }}</h1>
<h3>{{ page.name }}</h3>
<img src="/assets/images/{{ page.image }}">
{{content}}
<img src="/assets/images/{{ page.image }}"><br>
<p>{{content}}</p>