mirror of
https://github.com/xplosionmind/quitsocialmedia.club.git
synced 2025-01-05 04:36:46 +01:00
18 lines
580 B
HTML
18 lines
580 B
HTML
---
|
|
title: Resources
|
|
ref: resources
|
|
lang: en
|
|
permalink: /resources
|
|
redirect_from: ["/bibliography", "/bibliografia", "/risorse"]
|
|
layout: page
|
|
description: "Every link posted in this website"
|
|
tags: wip
|
|
---
|
|
<ul>
|
|
{% for resource in site.data.resources %}
|
|
<li>
|
|
{% if resource.lang == 'it' %}🇮🇹 {% endif %}<a href="{{ resource.link }}" title="{{ resource.name }}">{{ resource.name }}</a>- referenced <a href="{{ resource.where }}">here</a>{% unless resource.where2 == '0' %} and <a href="{{ resource.where2 }}">here</a>{% endunless %}
|
|
</li>
|
|
{% endfor %}
|
|
</ul>
|