summaryrefslogtreecommitdiffstats
path: root/templates/layouts/gallery.html
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-12-28 21:18:02 +0100
committerVolpeon <git@volpeon.ink>2021-12-28 21:18:02 +0100
commit80716c79a7db19d6d95070125e1af7946a9849ec (patch)
tree626b9691a6af0db2a033d2bd9adc2dc58c0d8925 /templates/layouts/gallery.html
parentUse timeout to remove snowflake (diff)
downloadvolpeon.ink-80716c79a7db19d6d95070125e1af7946a9849ec.tar.gz
volpeon.ink-80716c79a7db19d6d95070125e1af7946a9849ec.tar.bz2
volpeon.ink-80716c79a7db19d6d95070125e1af7946a9849ec.zip
Support for more complex layouts
Diffstat (limited to 'templates/layouts/gallery.html')
-rw-r--r--templates/layouts/gallery.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/layouts/gallery.html b/templates/layouts/gallery.html
new file mode 100644
index 0000000..46c47a6
--- /dev/null
+++ b/templates/layouts/gallery.html
@@ -0,0 +1,11 @@
1<article class="s-body s-colored-links s-headlines $if(intro)$s-intro$endif$">
2 $if(date)$
3 <div class="s-body__meta">
4 $date.long$
5 </div>
6 $endif$
7
8 <h1 class="u-mt0"><span class="s-headlines__title-inner">$title$</span></h1>
9
10$body$
11</article>