chore: link consistency
This commit is contained in:
parent
3869f4fa35
commit
3c9c10f8f9
15 changed files with 25 additions and 33 deletions
|
@ -14,14 +14,14 @@ pagination:
|
|||
<time class="dt-published" datetime="{{ post.date }}">
|
||||
{{ post.date | date: "%B %e, %Y" }}
|
||||
</time>
|
||||
<a class="no-underline" href="{{ post.url }}">
|
||||
<a href="{{ post.url }}">
|
||||
<h2 class="flex--centered">{{ post.data.title }}</h2>
|
||||
</a>
|
||||
<div class="text--small">{% render "partials/tags.liquid", tags:post.data.tags %}</div>
|
||||
<span class="p-author h-card hidden">{{ meta.siteName }}</span>
|
||||
<div class="p-summary hidden">{{ post.data.post_excerpt }}</div>
|
||||
{{ post.data.post_excerpt | markdown }}
|
||||
<p><a class="no-underline" href="{{ post.url }}">Read more →</a></p>
|
||||
<p><a href="{{ post.url }}">Read more →</a></p>
|
||||
</article>
|
||||
{% endfor %}
|
||||
{% render "partials/paginator.liquid", pagination:pagination %}
|
Reference in a new issue