diff options
Diffstat (limited to 'src/page')
-rw-r--r-- | src/page/album-commentary.js | 2 | ||||
-rw-r--r-- | src/page/album.js | 2 | ||||
-rw-r--r-- | src/page/artist-alias.js | 2 | ||||
-rw-r--r-- | src/page/artist.js | 2 | ||||
-rw-r--r-- | src/page/flash.js | 2 | ||||
-rw-r--r-- | src/page/group.js | 2 | ||||
-rw-r--r-- | src/page/homepage.js | 2 | ||||
-rw-r--r-- | src/page/index.js | 2 | ||||
-rw-r--r-- | src/page/listing.js | 2 | ||||
-rw-r--r-- | src/page/news.js | 2 | ||||
-rw-r--r-- | src/page/static.js | 2 | ||||
-rw-r--r-- | src/page/tag.js | 2 | ||||
-rw-r--r-- | src/page/track.js | 2 |
13 files changed, 26 insertions, 0 deletions
diff --git a/src/page/album-commentary.js b/src/page/album-commentary.js index 3c197239..b469838d 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 48747d7f..f015976f 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 4fc129e9..8a45503d 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 8be20106..314d2aa2 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 4d8b9f11..864f44de 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 bea9ecc7..b6f99785 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 ebe3a8d3..8d20accf 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 50fbd7a4..3d7e6fa8 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 886c8a9d..69fa4919 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 2fc5d7b0..b988e348 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 39acd64e..ecd77c9a 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 98b552b3..efd95e16 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 15316e8f..5827197d 100644 --- a/src/page/track.js +++ b/src/page/track.js @@ -1,3 +1,5 @@ +// @format +// // Track page specification. // Imports |