changed music review template to be more pleasing. song names (always formatted as <strong>) are now cyan
This commit is contained in:
parent
3fac1936ce
commit
d9e19b6756
|
|
@ -2,6 +2,12 @@
|
||||||
layout: base
|
layout: base
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<style>
|
||||||
|
article strong {
|
||||||
|
color: #8BE9FD;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
<h1 class="main-title">Review: {{ album_artist }} ‐ {{ album_name }} </h1>
|
<h1 class="main-title">Review: {{ album_artist }} ‐ {{ album_name }} </h1>
|
||||||
|
|
||||||
<p>{{ content | emojiReadTime }}</p>
|
<p>{{ content | emojiReadTime }}</p>
|
||||||
|
|
@ -30,6 +36,8 @@ layout: base
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<br height="50px"/>
|
||||||
|
|
||||||
<article>
|
<article>
|
||||||
{{ content | safe }}
|
{{ content | safe }}
|
||||||
</article>
|
</article>
|
||||||
Loading…
Reference in New Issue