testing break on title for feeds

master
Christopher M. Punches 2023-05-23 02:47:02 +00:00
parent e44b071336
commit 6b222a443d
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@
<a href="{{ entry.parent_feed.site_url }}">{{ entry.parent_feed.title }}</a>: <a href="{{ entry.parent_feed.site_url }}">{{ entry.parent_feed.title }}</a>:
<a href="{{ entry.url }}">{{ entry.title }}</a> <a href="{{ entry.url }}">{{ entry.title }}</a>
</h5> </h5>
<hr>
{{ entry.content|safe }} {{ entry.content|safe }}
</div> </div>
<div class="d-flex flex-column align-items-end"> <div class="d-flex flex-column align-items-end">