diff --git a/pages/blog.html b/pages/blog.html index 8d74fe96b..ee963e6f9 100644 --- a/pages/blog.html +++ b/pages/blog.html @@ -5,22 +5,6 @@ permalink: /blog/ tags: menu ---
-
-
-
-

Table of content

-
-
- -
-
-
{% for post in site.posts %} @@ -29,12 +13,12 @@ tags: menu

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

- {{ post.content }} + {{ post.content | markdownify | strip_html | truncatewords:80 }}
{% endfor %} - \ No newline at end of file +