feat: add pinboard content type modes in backend

This commit is contained in:
Jürgen Mummert
2026-04-01 12:42:43 +02:00
parent c995c4f93c
commit 605c637fcb
3 changed files with 38 additions and 3 deletions
+7 -2
View File
@@ -19,8 +19,13 @@
</figure>
{% endif %}
<h3 class="pin-note__headline">{{ entry.headline }}</h3>
<div class="pin-note__text">{{ entry.text|e|nl2br }}</div>
{% if entry.headline %}
<h3 class="pin-note__headline">{{ entry.headline }}</h3>
{% endif %}
{% if entry.text %}
<div class="pin-note__text">{{ entry.text|e|nl2br }}</div>
{% endif %}
{% if entry.link %}
<p class="pin-note__link-wrap">