diff --git a/_includes/post_macro.html b/_includes/post_macro.html index 6e603acd..165ccf37 100644 --- a/_includes/post_macro.html +++ b/_includes/post_macro.html @@ -1,17 +1,9 @@ -
-
-

- {{ post.title }} -

-
-
-
{{ post.date | date: "%Y-%m-%d" }}
-
-
-
- Posted by {{ post.author }} -
-
+
+
+

{{ post.title }}

+
+

Posted by {{ post.author }}

+
{% if include.excerpt %} {{ post.excerpt }} @@ -23,4 +15,4 @@
{{ post.content }} {% endif %}
-
+ diff --git a/_layouts/default.html b/_layouts/default.html index f362f076..a4af1521 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -2,7 +2,6 @@ - @@ -16,10 +15,10 @@ {% endfor %} {% feed_meta %} - OpenTTD {% if layout.section_title != nil %}| {{layout.section_title}}{% endif %} | {{ page.title }} + OpenTTD{% if layout.section_title != nil %} | {{layout.section_title}}{% endif %} | {{ page.title }} - -
+ +
{{ content }} -
+
+
+