- Issue was unassigned.
- Status changed to Needs review
over 2 years ago 3:27pm 28 February 2023 - Status changed to Needs work
25 days ago 9:03pm 26 August 2025 - 🇺🇸United States oheller
When I apply the patch {{ url }} is blank. I think the simplest solution would be to update template ln: 40 from
{% if post.link %} <div class="fb-link"> {{ post.link }} </div> {% endif %}
to
{% if post.permalink_url %} <div class="fb-link"> {{ post.permalink_url }} </div> {% endif %}
This allows the teaser_text to remain defined on the settings form.