{{ title }}
+ {% if link %} + ++ {% tablericon 'link' title %} + {{ title }} +
+ + {% else %} +{{ title }}
+ {% endif %} diff --git a/src/_includes/webrings/css-joy.liquid b/src/_includes/webrings/css-joy.liquid index 6a605681..1a85d1f0 100644 --- a/src/_includes/webrings/css-joy.liquid +++ b/src/_includes/webrings/css-joy.liquid @@ -5,15 +5,15 @@ diff --git a/src/_includes/webrings/the-claw.liquid b/src/_includes/webrings/the-claw.liquid index 466e9bf1..b1eb0169 100644 --- a/src/_includes/webrings/the-claw.liquid +++ b/src/_includes/webrings/the-claw.liquid @@ -7,7 +7,7 @@- {{ post.data.title }} -
+ + {% if post.data.link %} ++ {% tablericon 'link' post.data.title %} + {{ post.data.title }} +
+ {% else %} ++ {{ post.data.title }} +
+ {% endif %}{{ post.data.post_excerpt | markdown }}
-
+
{% tablericon "clock-heart" "Currently" %}
- Currently
+ Currently
{% render "partials/now/status.liquid", status:status %}
-
- {% tablericon "map-2" "Map" %}
- Living in Camarillo, California with my beautiful family, 4 rescue dogs and a guinea pig.
+
+ {% tablericon "map-2" "Map" %}
+ Living in Camarillo, California with my beautiful family, 4 rescue dogs and a guinea pig.
-
-
- {% tablericon "play-basketball" "Hacking" %}
-
-
- Rooting for the Lakers (can't wait for next season with the new roster 💜💛).
-
+
+ {% tablericon "play-basketball" "NBA - Lakers" %}
+ Rooting for the Lakers (can't wait for next season with the new roster 💜💛).
-
+
{% tablericon "terminal-2" "Making" %}
- Making
+ Making
-
-
- {% tablericon "code" "Hacking" %}
-
-
- Hacking away on projects like this page, my
- blog, and whatever else I can find time for.
-
+
+ {% tablericon "code" "Hacking" %}
+ Hacking away on projects like this page, my blog, and whatever else I can find time for.
-
- {% tablericon "hand-stop" "Ad and tracker-blocking" %}
-
- Assembling lists of ad and tracker-blocking tools.
-
+
+ {% tablericon "hand-stop" "Ad and tracker-blocking" %}
+ Assembling lists of ad and tracker-blocking tools.
\ No newline at end of file
diff --git a/src/posts/2023/displaying-listening-data-from-apple-music-using-musickit.md b/src/posts/2023/displaying-listening-data-from-apple-music-using-musickit.md
index 00a9a7f3..76573b7b 100644
--- a/src/posts/2023/displaying-listening-data-from-apple-music-using-musickit.md
+++ b/src/posts/2023/displaying-listening-data-from-apple-music-using-musickit.md
@@ -152,7 +152,7 @@ The templating for my site is all written in [liquid.js](https://liquidjs.com) a
```liquid
{% if recentTracks.size > 0 %}
-
+
{% tablericon "microphone" "Artists" %}
Artists
@@ -176,7 +176,7 @@ The templating for my site is all written in [liquid.js](https://liquidjs.com) a
- {% tablericon "map-2" "Map" %} - Living in Camarillo, California with my beautiful family, 4 rescue dogs and a guinea pig. +
+ {% tablericon "map-2" "Map" %} + Living in Camarillo, California with my beautiful family, 4 rescue dogs and a guinea pig.
-- - {% tablericon "play-basketball" "Hacking" %} - - - Rooting for the Lakers (can't wait for next season with the new roster 💜💛). - +
+ {% tablericon "play-basketball" "NBA - Lakers" %} + Rooting for the Lakers (can't wait for next season with the new roster 💜💛).
{% tablericon "terminal-2" "Making" %}
- Making
+ Making
- - {% tablericon "code" "Hacking" %} - - - Hacking away on projects like this page, my - blog, and whatever else I can find time for. - +
+ {% tablericon "code" "Hacking" %} + Hacking away on projects like this page, my blog, and whatever else I can find time for.
-- {% tablericon "hand-stop" "Ad and tracker-blocking" %} - - Assembling lists of ad and tracker-blocking tools. - +
+ {% tablericon "hand-stop" "Ad and tracker-blocking" %} + Assembling lists of ad and tracker-blocking tools.