« get me outta code hell

basic artist list in info cards - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/upd8.js
diff options
context:
space:
mode:
author(quasar) nebula <towerofnix@gmail.com>2021-04-05 16:34:36 -0300
committer(quasar) nebula <towerofnix@gmail.com>2021-04-05 16:34:36 -0300
commit6a6d9a1cff905676ae2335b3aaba1dee47ad386c (patch)
treef84b8b5361bdce0577821106990518f96b88ee27 /upd8.js
parent8d8da77772eacbf1a58fff96c2e6e792d38f5e1b (diff)
basic artist list in info cards
Diffstat (limited to 'upd8.js')
-rwxr-xr-xupd8.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/upd8.js b/upd8.js
index abf4d17..3687366 100755
--- a/upd8.js
+++ b/upd8.js
@@ -2443,6 +2443,7 @@ writePage.html = (pageFn, {paths, strings, to}) => {
                     </div>
                     <h1 class="info-card-name"><a></a></h1>
                     <p class="info-card-album">${strings('releaseInfo.from', {album: '<a></a>'})}</p>
+                    <p class="info-card-artists">${strings('releaseInfo.by', {artists: '<span></span>'})}</p>
                 </div>
             </div>
         </div>