chore: update share button + fixes
This commit is contained in:
parent
f45eb74c0f
commit
593c2a5a09
9 changed files with 37 additions and 51 deletions
|
@ -18,7 +18,7 @@ schema: blog
|
|||
{{ date | readableDate }}
|
||||
<span class="client-side"> • </span>
|
||||
</time>
|
||||
{% render "partials/share-button.liquid", url:postUrl %}
|
||||
{% render "partials/share-button.liquid", url: postUrl, title: title, tagMap: collections.tagMap %}
|
||||
</div>
|
||||
<div class="p-summary hidden">{{ post_excerpt }}</div>
|
||||
<div class="e-content">
|
||||
|
|
Reference in a new issue