💾 Archived View for tommi.space › Missing%20digital%20tools.gmi captured on 2023-01-29 at 03:22:18. Gemini links have been rewritten to link to archived content

View Raw

More Information

-=-=-=-=-=-=-

{{ description }}

<ul>
  {%- for note in collections.jam -%}
    {%- for tag in note.data.tags -%}
      {%- if tag contains 'geek/idea' -%}
        <li id='{{ note.data.title | slugify }}'>
          <strong><a href='{{ note.url }}' title='{{ note.data.title }}'>{{ note.data.title }}</a></strong>
          {%- if note.data.description -%}: {{ note.data.description }}{%- endif -%}
        </li>
      {%- endif -%}
    {%- endfor -%}
  {%- endfor -%}
</ul>