Skip to content

Commit

Permalink
Display 'via' links for bookmarks where possible
Browse files Browse the repository at this point in the history
  • Loading branch information
LkeMitchll committed Dec 22, 2023
1 parent cac3dee commit f7dd959
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/bookmarks.njk
Expand Up @@ -37,9 +37,13 @@ pagination:
<li class="bookmark | switcher | border tertiary-text">
<p>N&ordm; {{ bookmark.number }}</p>
<p>
<a href="{{ bookmark.url }}">
{{ bookmark.title }}
</a>
<a href="{{ bookmark.url }}">{{ bookmark.title }}</a>
{% if bookmark.viaURL %}
via
<a href="{{ bookmark.viaURL }}">
{{ bookmark.viaName }}
</a>
{% endif %}
</p>
<div class="horizontal">
<p><span class="tag">{{ bookmark.tag }}</span></p>
Expand Down
10 changes: 10 additions & 0 deletions src/colophon/post/via.md
@@ -0,0 +1,10 @@
---
title: Via
description: >
Inspired by Ashur Cabrera I have added 'via' links to my upcoming bookmarks.
date: 2023-12-22
---

Inspired by [Ashur Cabrera's](https://ashur.cab/rera/) post [An ode to “via”](https://multiline.co/mment/2023/12/ode-to-via/), I have added the ability to see where I first saw the links that I have posted to my [bookmarks](/bookmarks).

So from now on if I have a source to share I will add it to my bookmarks. Unfortunately I cannot go back in time and add this to my hundreds of older bookmarks.

0 comments on commit f7dd959

Please sign in to comment.