Fix typo in -> on (#3029)

Fixed a small typo in `post.liquid`.
This commit is contained in:
Stefan de Lange 2025-02-24 15:15:19 +01:00 committed by GitHub
parent 977872f01e
commit 6b00edc4a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,9 +18,9 @@ layout: default
<header class="post-header"> <header class="post-header">
<h1 class="post-title">{{ page.title }}</h1> <h1 class="post-title">{{ page.title }}</h1>
<p class="post-meta"> <p class="post-meta">
Created in {{ page.date | date: '%B %d, %Y' }} Created on {{ page.date | date: '%B %d, %Y' }}
{% if page.author %}by {{ page.author }}{% endif %} {% if page.author %}by {{ page.author }}{% endif %}
{% if page.last_updated %}, last updated in {{ page.last_updated | date: '%B %d, %Y' }}{% endif %} {% if page.last_updated %}, last updated on {{ page.last_updated | date: '%B %d, %Y' }}{% endif %}
{% if page.meta %}• {{ page.meta }}{% endif %} {% if page.meta %}• {{ page.meta }}{% endif %}
</p> </p>
<p class="post-tags"> <p class="post-tags">