diff --git a/_src/_includes/base.njk b/_src/_includes/base.njk index 943d7b8..84b9c0f 100644 --- a/_src/_includes/base.njk +++ b/_src/_includes/base.njk @@ -34,6 +34,7 @@

+ {%for page in pageOrder%} {%if page.url|slugify == currentPage%} {%endif%} {%endfor%} - {{ page.fileSlug|capitalize }} + {{ currentPage | capitalize }} +

diff --git a/_src/_includes/blog.njk b/_src/_includes/blog.njk index 90af020..10792f6 100644 --- a/_src/_includes/blog.njk +++ b/_src/_includes/blog.njk @@ -1,10 +1,9 @@ --- layout: base --- -
- {{content|safe}} -
- {{blurb|safe}} Profile picture -
-
\ No newline at end of file + {{content|safe}} +
+ {{blurb|safe}} Profile picture +
+ diff --git a/_src/_includes/gallery.njk b/_src/_includes/gallery.njk index 46713dd..a380155 100644 --- a/_src/_includes/gallery.njk +++ b/_src/_includes/gallery.njk @@ -1,56 +1,57 @@ --- layout: base --- -
-

{{ page.fileSlug }} - {%for flag in flags%} - - {%endfor%} -

- {{ content|safe }} - {%if programs and programs|length > 0%} -

Made with:

- - {%endif%} - {%if palettes and palettes|length > 0%} -

Color palette used:

- {%for palette in palettes%} - - {%endfor%} - - {%endif%} -
- {%for image in images%} - -
- -
{{ image.alt }}
- -
-
- {%endfor%} -
- {%for attachment in attachments%} -
- -
- -
{{ attachment.alt }}
-
-
-
- {%endfor%} -
\ No newline at end of file +
+

{{page.fileSlug}} + {%for flag in flags%} + + {%endfor%} +

+ {{content|safe}} + {%if programs and programs|length > 0%} +

Made with:

+ + {%endif%} + {%if palettes and palettes|length > 0%} +

Color palette used:

+ {%for palette in palettes%} + + {%endfor%} + + {%endif%} +
+
+ {%for image in images%} + +
+ +
{{image.alt}}
+ +
+
+ {%endfor%} +
+ {%for attachment in attachments%} +
+ +
+ +
{{attachment.alt}}
+
+
+
+ {%endfor%} + diff --git a/_src/_includes/nav.njk b/_src/_includes/nav.njk index 84cf2b0..5f12ca7 100644 --- a/_src/_includes/nav.njk +++ b/_src/_includes/nav.njk @@ -3,11 +3,11 @@