Skip to content

Commit

Permalink
Add via to bookmarks RSS feed
Browse files Browse the repository at this point in the history
  • Loading branch information
LkeMitchll committed Dec 22, 2023
1 parent f7dd959 commit 0f0ffad
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/feeds/bookmarks.xml.njk
Expand Up @@ -37,6 +37,14 @@
{% set content %}
<p>Link: <a href="{{ bookmark.url }}">{{ bookmark.title }}</a></p>
<ul>
{% if bookmark.viaURL %}
<li>
Via:
<a href="{{ bookmark.viaURL }}">
{{ bookmark.viaName }}
</a>
</li>
{% endif %}
<li>Added: {{ bookmark.date }}</li>
<li>Tag: {{ bookmark.tag }}</li>
</ul>
Expand Down

0 comments on commit 0f0ffad

Please sign in to comment.