1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-01 17:22:39 +00:00
Files
privacyguides.org/blog.html

14 lines
191 B
HTML

---
layout: page
title: Blog
permalink: /blog/
---
<div class="blog mt-5">
<div class="row">
{% for post in site.posts %}
{% include blog-card.html %}
{% endfor %}
</div>
</div>