This commit is contained in:
Jennifer C J Radtke
2024-02-18 08:27:06 +00:00
parent e53141fc53
commit ebdf7c4b56

View File

@@ -52,9 +52,9 @@
<div class="post">
<h3><a href="{{ page.url }}">{{ page.title }}</a></h3>
<p class="date">{{ page.date_formatted }}</p>
<p>{{ page.meta.description }}</p>
<p>{{ page.description }}</p>
<p>caps</p>
<p class="excerpt">{{ page.meta.Description }}</p>
<p class="excerpt">{{ page.Description }}</p>
</div>
{% endfor %}
</div>