diff --git a/_layouts/post.html b/_layouts/post.html index 3933463..d8cc8be 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -6,14 +6,14 @@ layout: default

{{ page.title }}

-
- {{ page.date | date: "%B %e, %Y" }} -
-
{{ content }}
+
+ Written on {{ page.date | date: "%B %e, %Y" }} +
+
{% include disqus.html disqus_identifier=page.disqus_identifier %}
diff --git a/index.html b/index.html index 350fc2a..a1d87ef 100644 --- a/index.html +++ b/index.html @@ -8,10 +8,6 @@ layout: default

{{ post.title }}

-
- {{ post.date | date: "%B %e, %Y" }} -
-
{{ post.content | truncatewords:40}}