diff --git a/content/music/index.md b/content/music/index.md
index 855f80f..821aea6 100644
--- a/content/music/index.md
+++ b/content/music/index.md
@@ -1,9 +1,13 @@
+++
title = "music"
-insert_anchor_links = "heading"
-[extra]
-toc = true
+template = "musicpage.html"
+++
+
+
+![tiny star](/img/tinystar.gif) [japanese idols](#japanese-idols) ![tiny star](/img/tinystar.gif) [oshi](#oshi) ![tiny star](/img/tinystar.gif) [korean idols](#korean-idols) ![tiny star](/img/tinystar.gif) [bias](#bias) ![tiny star](/img/tinystar.gif) [producers & labels](#producers-labels) ![tiny star](/img/tinystar.gif) [everything else](#everything-else) ![tiny star](/img/tinystar.gif)
+
+
+
## japanese idols
I first got into idol music back in the days of [LiveJournal](https://en.wikipedia.org/wiki/LiveJournal) (~2002). I had been visiting random anime & Asian music websites I'd come across while surfing the web in the late 90's and eventually found my way to LJ music sharing communities, where I was introduced to [Minimoni.](https://helloproject.fandom.com/wiki/Minimoni), a subgroup of a larger idol group called [Morning Musume.](https://helloproject.fandom.com/wiki/Morning_Musume). I was instantly in love. The first idol song I ever heard was [Minimoni. Hinamatsuri](https://www.youtube.com/watch?v=FXEDWNt-G_M), which was a double A-side single with a song I liked much more, [Mini. Strawberry Pie](https://www.youtube.com/watch?v=Hg9zGtAIDJg). From the moment I heard it, I was hooked: I learned as much as I could about this group and became very interested in idols (a term I'd never heard of before, maybe in manga or anime, but never really understanding what it meant) and began following the group and its subgroups new releases. To this day, Morning Musume. holds a place near and dear to my heart... >w<
diff --git a/templates/anchor-link.html b/templates/anchor-link.html
deleted file mode 100644
index 4f6256d..0000000
--- a/templates/anchor-link.html
+++ /dev/null
@@ -1 +0,0 @@
-🔗
\ No newline at end of file
diff --git a/templates/musicpage.html b/templates/musicpage.html
new file mode 100644
index 0000000..4bbe202
--- /dev/null
+++ b/templates/musicpage.html
@@ -0,0 +1,9 @@
+{% extends "base.html" %}
+
+{% block content %}
+{{ page.title }}
+{{ page.content | safe }}
+
+
+
+{% endblock content %}
\ No newline at end of file