diff options
author | JJ <nicetry@noemail.com> | 2025-03-19 15:40:51 +0000 |
---|---|---|
committer | JJ <nicetry@noemail.com> | 2025-03-19 15:40:51 +0000 |
commit | 7324691a252761bf3f27365abae21bda0eda8843 (patch) | |
tree | 26f6fd57acca7db7b8cd774fc6dca38604f47b4f /work |
Diffstat (limited to 'work')
-rw-r--r-- | work/interiors.njk | 8 | ||||
-rw-r--r-- | work/kids.njk | 9 | ||||
-rw-r--r-- | work/still-life.njk | 8 |
3 files changed, 25 insertions, 0 deletions
diff --git a/work/interiors.njk b/work/interiors.njk new file mode 100644 index 0000000..02ee817 --- /dev/null +++ b/work/interiors.njk @@ -0,0 +1,8 @@ +--- +title: Interiors +layout: base.njk +style: normal +--- +{% set folder = "interiors" %} + +{% include "components/imageGrid.njk" %}
\ No newline at end of file diff --git a/work/kids.njk b/work/kids.njk new file mode 100644 index 0000000..c5e6040 --- /dev/null +++ b/work/kids.njk @@ -0,0 +1,9 @@ +--- +title: Kids +layout: base.njk +style: normal +--- + +{% set folder = "kids" %} + +{% include "components/imageGrid.njk" %}
\ No newline at end of file diff --git a/work/still-life.njk b/work/still-life.njk new file mode 100644 index 0000000..298a705 --- /dev/null +++ b/work/still-life.njk @@ -0,0 +1,8 @@ +--- +title: Still life +layout: base.njk +style: normal +--- +{% set folder = "stillLife" %} + +{% include "components/imageGrid.njk" %}
\ No newline at end of file |