From 4c38de006596dd4d42b67887d7c1f0322dfa2bb3 Mon Sep 17 00:00:00 2001 From: Xevion Date: Thu, 31 Mar 2022 17:03:49 -0500 Subject: [PATCH] Reformat default.html liquid --- _layouts/default.html | 191 ++++++++++++++++++++++-------------------- 1 file changed, 98 insertions(+), 93 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index 2a8d6a1..b011e14 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -3,105 +3,110 @@ layout: compress --- - - - - - - - - - {%- if page.title %} - {{- page.title -}}{{- " " -}}|{{- " " -}} - {%- endif -%} - {{- site.title -}} - - - - - - {% if page.date -%} - - - - - {% if page._preview_description -%} - - - {% endif -%}{%- if page._preview_image -%} - - - - {%- else -%} - - {%- endif -%} - {%- endif %} - - - - -
Ryan Walters
- -{% if page.hide_header or layout.hide_header %} -{% else %} -{% if page.title %} -{% if page.date %} -{% if page._link %} -

- - {{ page.title }} - -

-{% else %} -

{{ page.title }}

-{% endif %} -{% else %} -

{{ page.title }}

-{% endif %} -{% endif %} -{% endif %} + + +
Ryan Walters
+ + {% if page.hide_header or layout.hide_header %} + {% else %} + {% if page.title %} + {% if page.date %} + {% if page._link %} +

+ + {{ page.title }} + +

+ {% else %} +

{{ page.title }}

+ {% endif %} + {% else %} +

{{ page.title }}

+ {% endif %} + {% endif %} + {% endif %} -{% if page.date %} -

- - - - {%- for tag in page.tags -%} - {{- " " -}}{{- tag -}} - {%- endfor -%} - - {% endif %} -

- {{ content }} -
-

- {% if page.custom_js %} - {% for file in page.custom_js %} - - {% endfor %} - {% endif %} - {% if layout.medium_zoom %} - - - {% endif %} - + {% if page.date %} +

+ + + + + {%- for tag in page.tags -%} + {{- " " -}}{{- tag -}} + {%- endfor -%} + + {% endif %} +

+ {{ content }} +
+

+ {% if page.custom_js %} + {% for file in page.custom_js %} + + {% endfor %} + {% endif %} + {% if layout.medium_zoom %} + + + {% endif %} +

+ +