diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2022-12-28 17:02:22 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2022-12-28 17:02:22 -0400 |
commit | 7b0f1ceb07a1219f20f6819ed57e5f47a51d15b1 (patch) | |
tree | 0994a42788a70e4d1e0ebf3105b36078e5778682 /src/page | |
parent | 10efd45ee1ef1ece71c6497cbaf21ab39eb2819a (diff) |
homepage & gallery tweaks
Diffstat (limited to 'src/page')
-rw-r--r-- | src/page/homepage.js | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/page/homepage.js b/src/page/homepage.js index c592efa6..703c78fc 100644 --- a/src/page/homepage.js +++ b/src/page/homepage.js @@ -123,11 +123,10 @@ export function writeTargetless({wikiData}) { }), entry.actionLinks.length && - html.tag('div', {class: 'grid-listing'}, - html.tag('div', {class: 'grid-actions'}, - transformActionLinks(entry.actionLinks, { - transformInline, - }))), + html.tag('div', {class: 'grid-actions'}, + transformActionLinks(entry.actionLinks, { + transformInline, + })), ]), ]))), ]), |