« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/page
diff options
context:
space:
mode:
Diffstat (limited to 'src/page')
-rw-r--r--src/page/album-commentary.js2
-rw-r--r--src/page/album.js2
-rw-r--r--src/page/artist-alias.js2
-rw-r--r--src/page/artist.js2
-rw-r--r--src/page/flash.js2
-rw-r--r--src/page/group.js2
-rw-r--r--src/page/homepage.js2
-rw-r--r--src/page/index.js2
-rw-r--r--src/page/listing.js2
-rw-r--r--src/page/news.js2
-rw-r--r--src/page/static.js2
-rw-r--r--src/page/tag.js2
-rw-r--r--src/page/track.js2
13 files changed, 26 insertions, 0 deletions
diff --git a/src/page/album-commentary.js b/src/page/album-commentary.js
index 3c19723..b469838 100644
--- a/src/page/album-commentary.js
+++ b/src/page/album-commentary.js
@@ -1,3 +1,5 @@
+// @format
+//
 // Album commentary page and index specifications.
 
 // Imports
diff --git a/src/page/album.js b/src/page/album.js
index 48747d7..f015976 100644
--- a/src/page/album.js
+++ b/src/page/album.js
@@ -1,3 +1,5 @@
+// @format
+//
 // Album page specification.
 
 // Imports
diff --git a/src/page/artist-alias.js b/src/page/artist-alias.js
index 4fc129e..8a45503 100644
--- a/src/page/artist-alias.js
+++ b/src/page/artist-alias.js
@@ -1,3 +1,5 @@
+// @format
+//
 // Artist alias redirect pages.
 // (Makes old permalinks bring visitors to the up-to-date page.)
 
diff --git a/src/page/artist.js b/src/page/artist.js
index 8be2010..314d2aa 100644
--- a/src/page/artist.js
+++ b/src/page/artist.js
@@ -1,3 +1,5 @@
+// @format
+//
 // Artist page specification.
 //
 // NB: See artist-alias.js for artist alias redirect pages.
diff --git a/src/page/flash.js b/src/page/flash.js
index 4d8b9f1..864f44d 100644
--- a/src/page/flash.js
+++ b/src/page/flash.js
@@ -1,3 +1,5 @@
+// @format
+//
 // Flash page and index specifications.
 
 // Imports
diff --git a/src/page/group.js b/src/page/group.js
index bea9ecc..b6f9978 100644
--- a/src/page/group.js
+++ b/src/page/group.js
@@ -1,3 +1,5 @@
+// @format
+//
 // Group page specifications.
 
 // Imports
diff --git a/src/page/homepage.js b/src/page/homepage.js
index ebe3a8d..8d20acc 100644
--- a/src/page/homepage.js
+++ b/src/page/homepage.js
@@ -1,3 +1,5 @@
+// @format
+//
 // Homepage specification.
 
 // Imports
diff --git a/src/page/index.js b/src/page/index.js
index 50fbd7a..3d7e6fa 100644
--- a/src/page/index.js
+++ b/src/page/index.js
@@ -1,3 +1,5 @@
+// @format
+//
 // NB: This is the index for the page/ directory and contains exports for all
 // other modules here! It's not the page spec for the homepage - see
 // homepage.js for that.
diff --git a/src/page/listing.js b/src/page/listing.js
index 886c8a9..69fa491 100644
--- a/src/page/listing.js
+++ b/src/page/listing.js
@@ -1,3 +1,5 @@
+// @format
+//
 // Listing page specification.
 //
 // The targets here are a bit different than for most pages: rather than data
diff --git a/src/page/news.js b/src/page/news.js
index 2fc5d7b..b988e34 100644
--- a/src/page/news.js
+++ b/src/page/news.js
@@ -1,3 +1,5 @@
+// @format
+//
 // News entry & index page specifications.
 
 // Imports
diff --git a/src/page/static.js b/src/page/static.js
index 39acd64..ecd77c9 100644
--- a/src/page/static.js
+++ b/src/page/static.js
@@ -1,3 +1,5 @@
+// @format
+//
 // Static content page specification. (These are static pages coded into the
 // wiki data folder, used for a variety of purposes, e.g. wiki info,
 // changelog, and so on.)
diff --git a/src/page/tag.js b/src/page/tag.js
index 98b552b..efd95e1 100644
--- a/src/page/tag.js
+++ b/src/page/tag.js
@@ -1,3 +1,5 @@
+// @format
+//
 // Art tag page specification.
 
 // Imports
diff --git a/src/page/track.js b/src/page/track.js
index 15316e8..5827197 100644
--- a/src/page/track.js
+++ b/src/page/track.js
@@ -1,3 +1,5 @@
+// @format
+//
 // Track page specification.
 
 // Imports