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/exhibit.html | |
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/exhibit.html')
-rw-r--r-- | templates/layouts/exhibit.html | 2 |
1 files changed, 2 insertions, 0 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 | ||