web/_layouts/post.html

22 lines
384 B
HTML
Raw Normal View History

2021-01-09 02:14:37 +01:00
---
layout: default
---
{% include back_link.html %}
<article>
<p class="post-meta">
<time datetime="{{ page.date }}">{{ page.date | date: site.theme_config.date_format }}</time>
</p>
<h1>{{ page.title }}</h1>
{{ content }}
</article>
2021-06-22 22:25:11 +02:00
<section id="isso-thread">
</section>
2021-01-10 12:16:49 +01:00
2021-07-21 05:56:52 +02:00
<script async data-isso="/isso" data-isso-lang="es" src="/isso/js/embed.min.js">
</script>