chore: add recent links widget

This commit is contained in:
Cory Dransfeldt 2024-03-13 16:18:47 -07:00
parent 7443d797a9
commit 56f28f7e3f
No known key found for this signature in database
22 changed files with 91 additions and 62 deletions

View file

@ -46,7 +46,7 @@ Rendering the output is as simple as:
```liquid
{% if albumReleases.size > 0 %}
<h2 class="now__section--header flex--centered">
<h2 class="flex--centered">
{% tablericon "calendar-time" "Anticipated albums" %}
Anticipated albums
</h2>

View file

@ -47,7 +47,7 @@ This fetches links from my archive (so that it's much more likely that I've read
{% raw %}
```liquid
{% if links.size > 0 %}
<h2 class="now__section--header flex--centered">
<h2 class="flex--centered">
{% tablericon "link" "Links" %}
Links
</h2>