diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2022-11-09 15:37:35 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2022-11-09 15:37:35 +0700 |
commit | dc5196c0577ca31b827bb6185771a63038c8d864 (patch) | |
tree | 5df75b10d21423f7ae9ad8cad49a5a88dfa9021d /layouts | |
parent | c4ffed21ab5fbba59f29e68995f0f9397f793266 (diff) | |
download | blog-dc5196c0577ca31b827bb6185771a63038c8d864.tar.gz |
Change gitignore to exclude new templates
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/partials/webring-articles.html | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/layouts/partials/webring-articles.html b/layouts/partials/webring-articles.html deleted file mode 100644 index 11de734..0000000 --- a/layouts/partials/webring-articles.html +++ /dev/null @@ -1,36 +0,0 @@ - <article class="footer-col article"> - <h3 class="title"> - <small> - <a href="https://www.alm.website/blog/2022-11-06-note-2" target="_blank" rel="noopener">Note 2 from 2022-11-06</a> - </small> - </h3> - <p class="summary">let's be clear it is true and utter nonsense that the program you use to show the contents of a…</p> - <small class="source"> - via <a href="https://www.alm.website/blog/">Alex's blog</a> - </small> - <small class="date">2022-11-06</small> - </article> - <article class="footer-col article"> - <h3 class="title"> - <small> - <a href="https://unixsheikh.com/articles/the-heavy-responsibility-of-the-package-maintainer.html" target="_blank" rel="noopener">The heavy responsibility of the package maintainer</a> - </small> - </h3> - <p class="summary">Even though being a ports or package maintainer is voluntary, it carries a heavy responsibility.</p> - <small class="source"> - via <a href="https://unixsheikh.com">unixsheikh.com</a> - </small> - <small class="date">2022-11-05</small> - </article> - <article class="footer-col article"> - <h3 class="title"> - <small> - <a href="https://shivering-isles.com/fixing-hedgedoc-profile-info-keycloak-20" target="_blank" rel="noopener">Fixing HedgeDoc failing to fetch profileinfo with Keycloak 20</a> - </small> - </h3> - <p class="summary">Today I was surprised that my HedgeDoc refused to let me in using my SI-Auth SSO based on Keycloak.…</p> - <small class="source"> - via <a href="https://shivering-isles.com/">Sheogorath's Blog</a> - </small> - <small class="date">2022-11-04</small> - </article> |