still looking for a description

This commit is contained in:
Jennifer C J Radtke
2024-02-18 08:20:32 +00:00
parent 70618d5fe0
commit e53141fc53

View File

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