Sha256: db4ecf6cb44e064b527ace181270af72aefb2ddce28ce5a2e314314052700a7c
Contents?: true
Size: 621 Bytes
Versions: 29
Compression:
Stored size: 621 Bytes
Contents
--- layout: default title: All Tags permalink: /assets/html/all_tags.html --- <h1 id="all_tags_header"></h1> {% for tag in site.tags %} <details><summary><code>{{ tag[0] }}</code></summary> <ul id="tag__{{ tag[0] | escape }}"> {% for post in tag[1] %} <li> <a href="{{ post.url | relative_url }}">{{ post.title }}</a> </li> {% endfor %} </ul> </details> {% endfor %} <script type="module"> import stringLookup from "{{ 'assets/js/strings.mjs' | relative_url }}"; document.querySelector("#all_tags_header").innerText = stringLookup(`all_tags_header`); </script>
Version data entries
29 entries across 29 versions & 1 rubygems