mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2024-10-01 01:35:57 -04:00
10 lines
230 B
Markdown
10 lines
230 B
Markdown
|
---
|
||
|
title: Curated Articles from Around the Web
|
||
|
hide:
|
||
|
- navigation
|
||
|
- feedback
|
||
|
---
|
||
|
{% for article in articles %}
|
||
|
- **{{ article.date }}**: [{{ article.name }}]({{ article.url }}) from *{{ article.publisher }}*
|
||
|
{% endfor %}
|