muhh.lol/_pages/blogroll.md
2024-03-05 17:04:12 +01:00

16 lines
385 B
Markdown

---
layout: default
title: Blogroll
permalink: /blogroll/
---
<a href="/blogroll.xml" class="">RSS</a>
This page is under construction and by far not everything I read and enjoy.
The order is randomized on build.
{% assign links = site.data.blogroll | sort: "title" | sample: site.data.blogroll.size %}
{%- for item in links %}
- [{{ item.title }}]({{ item.url }})
{%- endfor %}