it auto formatted and idk how to revert rn
This commit is contained in:
parent
898cd7bdee
commit
aa38c1e381
|
|
@ -2,7 +2,7 @@
|
||||||
layout: base
|
layout: base
|
||||||
---
|
---
|
||||||
|
|
||||||
<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>
|
||||||
|
|
||||||
|
|
@ -13,8 +13,7 @@ layout: base
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><strong>Album</strong></td>
|
<td><strong>Album</strong></td>
|
||||||
<td>{{ album_name }}
|
<td>{{ album_name }}</td>
|
||||||
</td>
|
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><strong>Release Year</strong></td>
|
<td><strong>Release Year</strong></td>
|
||||||
|
|
@ -34,8 +33,6 @@ layout: base
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<br height="50px"/>
|
<br height="50px" />
|
||||||
|
|
||||||
<article>
|
<article>{{ content | safe }}</article>
|
||||||
{{ content | safe }}
|
|
||||||
</article>
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue