safing-web/_layouts/podcast.html
2019-09-27 14:44:08 +02:00

23 lines
495 B
HTML

---
layout: page_column
title: "The Safing Podcast"
heading: "The Safing Podcast"
---
<div class="post">
<div class="tags">
{% for tag in page.tags %}
<div class="stealth-href"><i class="fa fa-tag fa-flip-horizontal"></i> {{ tag }}</div>
{% endfor %}
</div>
<div class="content">
{{ content | replace: '<!--break-->', '<a class="anchor" id="continue"></a>' }}
{% if page.date %}
<h3>Description</h3>
{{ page.summary }}
{% endif %}
</div>
</div>