diff options
author | Volpeon <git@volpeon.ink> | 2022-06-18 15:51:18 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2022-06-18 15:51:18 +0200 |
commit | a43ca52aa2d102c7499c7fd8478304a26ea2cd0a (patch) | |
tree | d44afb4720ffdb088a3c8f05f27befb446b195ae /content/art/drawings/2021-refsheet | |
parent | Improved exhibit (diff) | |
download | volpeon.ink-a43ca52aa2d102c7499c7fd8478304a26ea2cd0a.tar.gz volpeon.ink-a43ca52aa2d102c7499c7fd8478304a26ea2cd0a.tar.bz2 volpeon.ink-a43ca52aa2d102c7499c7fd8478304a26ea2cd0a.zip |
Improved Lua filters, improved exhibit pages
Diffstat (limited to 'content/art/drawings/2021-refsheet')
-rw-r--r-- | content/art/drawings/2021-refsheet/index.md | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/content/art/drawings/2021-refsheet/index.md b/content/art/drawings/2021-refsheet/index.md index 8617a95..e9b4333 100644 --- a/content/art/drawings/2021-refsheet/index.md +++ b/content/art/drawings/2021-refsheet/index.md | |||
@@ -4,12 +4,16 @@ title: Reference Sheet Views | |||
4 | date: 2021-10-06 | 4 | date: 2021-10-06 |
5 | thumbnail: png | 5 | thumbnail: png |
6 | layout: exhibit | 6 | layout: exhibit |
7 | |||
8 | images: | ||
9 | - url: bottom.png | ||
10 | description: Bottom view | ||
11 | - url: bottom_cofe.png | ||
12 | description: Bottom view, holding a cup of coffee | ||
13 | - url: side.png | ||
14 | description: Side view | ||
15 | --- | 7 | --- |
8 | |||
9 | ::: figure | ||
10 | ![Bottom view](bottom.png) | ||
11 | ::: | ||
12 | |||
13 | ::: figure | ||
14 | ![Bottom view, holding a cup of coffee](bottom_cofe.png) | ||
15 | ::: | ||
16 | |||
17 | ::: figure | ||
18 | ![Side view](side.png) | ||
19 | ::: | ||