« get me outta code hell

remaining CLI help messages & tweaks - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/page/tag.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-01-30 20:32:23 -0400
committer(quasar) nebula <qznebula@protonmail.com>2023-01-30 20:32:23 -0400
commit5631be8ac1d77aab9a63dd4e5e72f668dddf0de6 (patch)
tree4efe3047266be62a4fefc7d0b825636acb0e2e21 /src/page/tag.js
parent93b510293b8cd7209d0ddc23f5e800aed5a25577 (diff)
remaining CLI help messages & tweaks
Diffstat (limited to 'src/page/tag.js')
-rw-r--r--src/page/tag.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/page/tag.js b/src/page/tag.js
index da4f194..ee62038 100644
--- a/src/page/tag.js
+++ b/src/page/tag.js
@@ -1,5 +1,7 @@
 // Art tag page specification.
 
+export const description = `per-artwork-tag gallery pages`;
+
 export function condition({wikiData}) {
   return wikiData.wikiInfo.enableArtTagUI;
 }