From ac6772f292a83217e10e38ba853c76b5666133e0 Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Sun, 27 Aug 2023 02:40:08 -0600 Subject: Commit inicial --- index.html | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 index.html (limited to 'index.html') diff --git a/index.html b/index.html new file mode 100644 index 0000000..75fb080 --- /dev/null +++ b/index.html @@ -0,0 +1,35 @@ +--- +layout: default +--- + +{% for post in paginator.posts %} +
+
+

{{ post.date | date: "%b %-d, %Y" }} - {{ post.title }}

+ {% if site.comments and post.comments %} + {% if site.disqus != '' %} +

Comments

+ {% elsif site.isso != '' %} +

Comments

+ {% endif %} + {% endif %} +
+ {{ post.content }} +
+
+
+{% endfor %} + + -- cgit v1.2.3