From e4f649c2ac6d6d6dff484bd62bf2a94529bb7f01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Echedey=20L=C3=B3pez=20Romero?= Date: Sat, 9 Jan 2021 01:14:37 +0000 Subject: [PATCH] =?UTF-8?q?A=C3=B1adido=20hilo=20de=20comentarios?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _layouts/post.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 _layouts/post.html diff --git a/_layouts/post.html b/_layouts/post.html new file mode 100644 index 0000000..e5d0798 --- /dev/null +++ b/_layouts/post.html @@ -0,0 +1,17 @@ +--- +layout: default +--- + +{% include back_link.html %} + +
+ + +

{{ page.title }}

+ + {{ content }} +
+ +
\ No newline at end of file