diff options
author | Volpeon <git@volpeon.ink> | 2022-08-05 18:06:20 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2022-08-05 18:06:20 +0200 |
commit | 6de1ad4cdc8b1fb10cf0a5c61d5ed03893f131c1 (patch) | |
tree | 5df16cd2a5d4938016346971a53968c398206624 /templates/layouts | |
parent | Stricter pruning, don't pre-calculate description field (diff) | |
download | volpeon.ink-6de1ad4cdc8b1fb10cf0a5c61d5ed03893f131c1.tar.gz volpeon.ink-6de1ad4cdc8b1fb10cf0a5c61d5ed03893f131c1.tar.bz2 volpeon.ink-6de1ad4cdc8b1fb10cf0a5c61d5ed03893f131c1.zip |
Show related content
Diffstat (limited to 'templates/layouts')
-rw-r--r-- | templates/layouts/exhibit.html | 2 | ||||
-rw-r--r-- | templates/layouts/page.html | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/templates/layouts/exhibit.html b/templates/layouts/exhibit.html index fcc92a4..7a50635 100644 --- a/templates/layouts/exhibit.html +++ b/templates/layouts/exhibit.html | |||
@@ -53,6 +53,8 @@ | |||
53 | $body$ | 53 | $body$ |
54 | </div> | 54 | </div> |
55 | </div> | 55 | </div> |
56 | |||
57 | $partials/related()$ | ||
56 | </div> | 58 | </div> |
57 | </main> | 59 | </main> |
58 | 60 | ||
diff --git a/templates/layouts/page.html b/templates/layouts/page.html index f26c4bc..b1f7835 100644 --- a/templates/layouts/page.html +++ b/templates/layouts/page.html | |||
@@ -30,8 +30,6 @@ $body$ | |||
30 | 30 | ||
31 | $if(references)$ | 31 | $if(references)$ |
32 | <footer class="s-colored-links s-lists"> | 32 | <footer class="s-colored-links s-lists"> |
33 | <hr /> | ||
34 | |||
35 | <h1>References</h1> | 33 | <h1>References</h1> |
36 | <ul> | 34 | <ul> |
37 | $for(references)$ | 35 | $for(references)$ |
@@ -40,6 +38,8 @@ $body$ | |||
40 | </ul> | 38 | </ul> |
41 | </footer> | 39 | </footer> |
42 | $endif$ | 40 | $endif$ |
41 | |||
42 | $partials/related()$ | ||
43 | </article> | 43 | </article> |
44 | 44 | ||
45 | <div class="o-backdrop js-lightbox u-d-none t-dark"> | 45 | <div class="o-backdrop js-lightbox u-d-none t-dark"> |