Remove non-functional Facebook share button from verse page

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-12-05 12:54:21 -05:00
parent 5485e19b27
commit 8065e95bc8
-4
View File
@@ -1036,10 +1036,6 @@ a.crossref-pill:hover {
href="https://twitter.com/intent/tweet?text={{ verse_text | striptags | urlencode }}%20—%20{{ book }}%20{{ chapter }}:{{ verse_num }}%20(KJV)&url={{ request.url }}"
target="_blank"
rel="noopener">Tweet</a>
<a class="share-pill"
href="https://www.facebook.com/sharer/sharer.php?u={{ request.url }}"
target="_blank"
rel="noopener">Share</a>
{% if pdf_available and pdf_url %}
<a class="share-pill" href="{{ pdf_url }}">PDF</a>
{% endif %}