1
1
mirror of https://github.com/xplosionmind/quitsocialmedia.club.git synced 2025-06-05 22:09:35 +02:00
Files
quitsocialmedia.club/_layouts/poetry.html
2020-12-31 20:03:57 +01:00

19 lines
483 B
HTML

---
layout: wrapper
---
<div class="h-entry">
<div class="row page-header">
<div class="one column">
<a class="u-uid" href="{{ page.url }}"><h1 class="p-name">{{ page.title }}</h1></a>
{% comment %}<a class="u-url" href="{{ site.url }}{{ page.url }}"><h1 class="p-name">{{ page.title }}</h1></a>{% endcomment %}
</div>
</div>
<div class="row">
<div class="one column">
<article class="e-content poetry">
{{ content }}
</article>
</div>
</div>
{% include share.html %}