diff --git a/_layouts/Post.html b/_layouts/Post.html index 82d084bad..2a7a5cd0a 100644 --- a/_layouts/Post.html +++ b/_layouts/Post.html @@ -75,105 +75,104 @@ {%- if page.permalink == "/" -%} -
- {%- if site.preferences.homepage.enabled -%} - - {%- include Homepage.html -%} - {%- else -%} - + {%- if site.preferences.homepage.enabled -%} + +
+ {%- include Homepage.html -%} +
+ {%- else -%} + +
+
{{page.title}}
+ {%- include Content.html -%} + {%- include Feed.html -%} +
+ {%- endif -%} + {%- else -%} + + {%- if page.feedformat -%}
-
← Home
-
{{page.title}}
- {%- include Content.html -%} - {%- include Feed.html -%} -
- {%- endif -%} -
- {%- endif -%} - - - {%- if page.feedformat -%} -
-
← Home
-
{{page.title}}
- {%- include Content.html -%} - {%- include Feed.html -%} - {%- endif -%} +
← Home
+
{{page.title}}
+ {%- include Content.html -%} + {%- include Feed.html -%} + {%- endif -%} - - {%- if page.content-type == "notes" -%} -
-
-
- {%- if site.preferences.homepage.enabled -%} - - {%- else -%} - - {%- endif -%} -
← BACK
-
+ + {%- if page.content-type == "notes" -%} +
+
+
+ {%- if site.preferences.homepage.enabled -%} + + {%- else -%} + + {%- endif -%} +
← BACK
+
+
+ + {%- if page.format == "list" -%} + + {%- endif -%} +

{{page.title}}

+ {%- include Content.html -%} + {%- include Backlinks.html -%}
- - {%- if page.format == "list" -%} - - {%- endif -%} -

{{page.title}}

- {%- include Content.html -%} - {%- include Backlinks.html -%} -
-
- {%- endif -%} - +
+ {%- endif -%} - - {%- if page.permalink == "/posts" -%} -
-
← Home
-
{{page.title}}
- {%- include Content.html -%} - {% for post in site.posts %} - - {%- endfor -%} -
-