summaryrefslogtreecommitdiffstats
path: root/templates/layouts/page.html
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-12-30 09:45:40 +0100
committerVolpeon <git@volpeon.ink>2021-12-30 09:45:40 +0100
commitfc78b8c5e852327660a2d7616d765393ff407d1f (patch)
tree5e1957e70278a0359bf5fe6a38a3181cadbe54c3 /templates/layouts/page.html
parentFixed lightbox in light mode (diff)
downloadvolpeon.ink-fc78b8c5e852327660a2d7616d765393ff407d1f.tar.gz
volpeon.ink-fc78b8c5e852327660a2d7616d765393ff407d1f.tar.bz2
volpeon.ink-fc78b8c5e852327660a2d7616d765393ff407d1f.zip
Improved lightbox
Diffstat (limited to 'templates/layouts/page.html')
-rw-r--r--templates/layouts/page.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layouts/page.html b/templates/layouts/page.html
index e4078cc..ee7437d 100644
--- a/templates/layouts/page.html
+++ b/templates/layouts/page.html
@@ -1,6 +1,6 @@
1<article class="l-container l-container--pad-x l-container--pad-y l-container--content s-body s-colored-links s-headlines $if(intro)$s-intro$endif$"> 1<article class="l-container l-container--pad-x l-container--pad-y l-container--content s-body s-colored-links s-headlines $if(intro)$s-intro$endif$">
2 $if(date)$ 2 $if(date)$
3 <div class="s-body__meta"> 3 <div class="o-badge s-body__meta">
4 $date.long$ 4 $date.long$
5 </div> 5 </div>
6 $endif$ 6 $endif$