let's have fun

This commit is contained in:
Set Sakrecoer 2021-05-04 23:37:17 +02:00
parent 8f6fb45251
commit 68fb1e86f2
6 changed files with 38 additions and 3 deletions

View file

@ -72,14 +72,18 @@ video_path:
{% endfor %}
<li id="random_posts"><a href="/discography" class="button">🔥</a></li>
</ul>
<h1>{{ site.title }}</h1>
<p>{{ page.description }}</p>
</div>
<script type="text/javascript" src="//pr.basspistol.com/form/generate.js?id=10"></script>
</div>
</div>
</header>
<section class="releases" id="read">
<div class="content-wrapper" style="text-align: center;">
<h1>{{ site.title }}</h1>
<p>{{ page.description }}</p>
<h2>Releases</h2>
<div class="container">
{% assign sorted = site.posts | sort: 'date' | reverse %}
@ -112,6 +116,7 @@ video_path:
{% endfor %}
{% endfor %}
</div>
</div>
</section>