-
- {% include author-profile.html %} + {{ content }}
diff --git a/_layouts/home.html b/_layouts/home.html deleted file mode 100644 index 4d4dee22..00000000 --- a/_layouts/home.html +++ /dev/null @@ -1,19 +0,0 @@ ---- -layout: default ---- - -{% include absolute-url.liquid %} - -
-

Recent Posts

- {% for post in site.posts limit:5 %} - - {% endfor %} -
\ No newline at end of file diff --git a/_layouts/post.html b/_layouts/single.html similarity index 77% rename from _layouts/post.html rename to _layouts/single.html index 417430be..f91d37ea 100644 --- a/_layouts/post.html +++ b/_layouts/single.html @@ -5,21 +5,21 @@ layout: default {% include absolute-url.liquid %}
- + {% if page.excerpt %}{% endif %} {% if page.date %}{% endif %} {% if page.modified %}{% endif %} - +
{% if page.link %} -

{{ page.title }}

+

{{ page.title | markdownify | remove: "

" | remove: "

" }}

{% else %} -

{{ page.title }}

+

{{ page.title | markdownify | remove: "

" | remove: "

" }}

{% endif %}
- {{ content }} + {{ content }}

@@ -37,8 +37,8 @@ layout: default {% endif %}
-{% comment %}{% endcomment %} -{% if page.id and site.related_posts.size > 0 %} +{% comment %}{% endcomment %} +{% if page.id and page.related and site.related_posts.size > 0 %}