16 lines
385 B
Markdown
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 %}
|