fix: tag location consistency
This commit is contained in:
parent
dd684bce53
commit
2c4f44eb9a
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "7.0.0",
|
"version": "7.0.1",
|
||||||
"description": "The source for my personal site. Built using 11ty and hosted on Netlify.",
|
"description": "The source for my personal site. Built using 11ty and hosted on Netlify.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -19,6 +19,7 @@ schema: blog
|
||||||
{% render "partials/share-button.liquid", url:postUrl, title:title, tagMap:collections.tagMap %}
|
{% render "partials/share-button.liquid", url:postUrl, title:title, tagMap:collections.tagMap %}
|
||||||
</div>
|
</div>
|
||||||
<h2 class="p-name" data-pagefind-meta="title">{{ title }}</h2>
|
<h2 class="p-name" data-pagefind-meta="title">{{ title }}</h2>
|
||||||
|
<div class="text--small">{% render "partials/tags.liquid", tags:tags %}</div>
|
||||||
<span class="p-author h-card hidden">{{ meta.author }}</span>
|
<span class="p-author h-card hidden">{{ meta.author }}</span>
|
||||||
<div class="p-summary hidden">{{ post_excerpt }}</div>
|
<div class="p-summary hidden">{{ post_excerpt }}</div>
|
||||||
<div class="e-content">
|
<div class="e-content">
|
||||||
|
@ -28,5 +29,4 @@ schema: blog
|
||||||
</article>
|
</article>
|
||||||
</div>
|
</div>
|
||||||
{% render "partials/mastodon-post.liquid", postUrl:postUrl, linkPosts:linkPosts %}
|
{% render "partials/mastodon-post.liquid", postUrl:postUrl, linkPosts:linkPosts %}
|
||||||
{% render "partials/tags.liquid", tags:tags %}
|
|
||||||
{% render "partials/popular-posts.liquid", posts:collections.posts, analytics:analytics %}
|
{% render "partials/popular-posts.liquid", posts:collections.posts, analytics:analytics %}
|
Reference in a new issue