Keep share panels beneath entry info
Deploy production / deploy (push) Successful in 21s

This commit is contained in:
2026-08-22 21:34:22 -07:00
parent 37c8b444e5
commit 02fbccf5bd
5 changed files with 25 additions and 28 deletions
+1 -1
View File
@@ -34,6 +34,7 @@
</div>
</dl>
</aside>
{{ share_controls(this, 'post') }}
{{ narration_player(this) }}
</div>
@@ -41,7 +42,6 @@
{{ this.body }}
{% if this.external_url %}<p><a class="button-link" href="{{ this.external_url }}">Visit project →</a></p>{% endif %}
</div>
{{ share_controls(this, 'post') }}
</article>
{% elif this.parent._id == 'articles' %}
{% set article_word_count = this.body|striptags|wordcount %}