]> git.otsuka.systems Git - cotsuka.github.io/commitdiff
add collection tags to link list
authorCameron Otsuka <cameron@otsuka.haus>
Thu, 30 Jan 2025 03:01:46 +0000 (19:01 -0800)
committerCameron Otsuka <cameron@otsuka.haus>
Thu, 30 Jan 2025 03:01:46 +0000 (19:01 -0800)
_includes/components/linkslist.njk
content/links/were-ripping-off-the-cuff-about-dollar-rallying-rates-stargate-and-deepseek-listen-in.md

index b7c921d3057a7b5715d38c8e0e6c94e7cae4aea3..c2f05ffb72a59921e3d2ea0a96d99df3462991c0 100644 (file)
@@ -8,6 +8,11 @@
 {%- for link in linkslist %}
     <dt><a href="{{ link.url }}">{{ link.data.title }}</a></dt>
     <dd>
+        {% if "livestream" in link.data.tags %}
+            <small class="collectiontag">livestream</small>
+        {% elseif "podcast" in link.data.tags %}
+            <small class="collectiontag">podcast</small>
+        {% endif %}
         {{ link.data.description }}
     </dd>
 {%- endfor %}
index e8d08c77b6b1cca4f9826d7249041d1be48a17e0..ac0622eca03b53c19d88695f26befea72f223461 100644 (file)
@@ -5,6 +5,7 @@ date: 2025-01-23
 modified: 2025-01-23
 description: Build Weekly Roundup 2025-01-23
 tags:
+- livestream
 - ai
 - macro
 posse: