Switch to variables for music string formatting
This commit is contained in:
parent
4c06c21caf
commit
50af34a8ff
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<!-- Inferencium - Website - Music -->
|
<!-- Inferencium - Website - Music -->
|
||||||
<!-- Version: 4.0.0 -->
|
<!-- Version: 4.1.0-alpha.1 -->
|
||||||
|
|
||||||
<!-- Copyright 2023 Jake Winters -->
|
<!-- Copyright 2023 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<section id="introduction">
|
<section id="introduction">
|
||||||
<p>This is a curated list of my personally-enjoyed music. The list is
|
<p>This is a curated list of my personally-enjoyed music. The list is
|
||||||
alphabetically-sorted A-Z, based on artist name, followed by track name, and is
|
alphabetically-sorted A-Z, based on artist name, followed by track name, and is
|
||||||
formatted as <code>ARTIST - TRACK</code>. Each item in the list has its own individual
|
formatted as <code><var>ARTIST</var> - <var>TRACK</var></code>. Each item in the list has its own individual
|
||||||
link which will take you to an official source of the item (or the best alternative when
|
link which will take you to an official source of the item (or the best alternative when
|
||||||
an official source is unavailable). It is your responsibility to comply with any local
|
an official source is unavailable). It is your responsibility to comply with any local
|
||||||
laws when following these links and/or consuming any media found in this list.
|
laws when following these links and/or consuming any media found in this list.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user