moved site back to root

Este commit está contenido en:
Zehka
2020-07-05 18:11:07 +02:00
padre ee7084d8d9
commit a4f0db8ea4
Se han modificado 492 ficheros con 1 adiciones y 616 borrados

20
_layouts/post.html Archivo normal
Ver fichero

@@ -0,0 +1,20 @@
---
layout: default
---
<div class="container">
<div class="row">
<div class="col-md-12 post">
<header class="post-header">
<h1 class="post-title">{{ page.title }}</h1>
<p class="post-meta">{{ page.date | date: "%b %-d, %Y" }}{% if page.author %} • {{ page.author }}{% endif %}{% if page.meta %} • {{ page.meta }}{% endif %}</p>
</header>
<article class="post-content">
{{ content }}
</article>
</div>
</div>
</div>