Oopsie! :<
+Seems like we don't have a description for this project.
+"If only the clockworks could speak
I wouldn't be so alone"
diff --git a/_includes/error.njk b/_includes/error.njk new file mode 100644 index 0000000..fe1dbbd --- /dev/null +++ b/_includes/error.njk @@ -0,0 +1,11 @@ +--- +layout: "base.njk" +--- +
{{ errorDescription | safe }}
+{% if errorQuote %} +"{{ errorQuote | safe }}"
+{% endif %} +{% if content %} +{{ content | safe }} +{% endif %} \ No newline at end of file diff --git a/_includes/featured.njk b/_includes/featured.njk index 9a9c950..43f09ef 100644 --- a/_includes/featured.njk +++ b/_includes/featured.njk @@ -7,7 +7,7 @@ {% set projectData = item %}
+
{{ projectData.data.name }}
by {{ projectData.data.author }}
diff --git a/_includes/header.njk b/_includes/header.njk index d4b807b..864a49c 100644 --- a/_includes/header.njk +++ b/_includes/header.njk @@ -3,7 +3,9 @@Adrian Victor, 2025 (Unlicense)
{{ subtitle }}
- + {% include "project_image.njk" %}Seems like we don't have a description for this project.
+"If only the clockworks could speak
I wouldn't be so alone"