From d8f9e7f7d71fcb786908213fe0513bf200e6b4a9 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Fri, 2 Apr 2021 14:07:12 -0300 Subject: basic info card layout & hover behavior --- upd8.js | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'upd8.js') diff --git a/upd8.js b/upd8.js index fe1601a..2ca90fe 100755 --- a/upd8.js +++ b/upd8.js @@ -2387,6 +2387,15 @@ writePage.html = (pageFn, {paths, strings, to}) => { footerHTML ].filter(Boolean).join('\n'); + const infoCardHTML = fixWS` +
+
+

+

${strings('releaseInfo.from', {album: ''})}

+
+
+ `; + return filterEmptyLines(fixWS` { `} ${layoutHTML} + ${infoCardHTML} -- cgit 1.3.0-6-gf8a5