let's have fun
This commit is contained in:
parent
8f6fb45251
commit
68fb1e86f2
6 changed files with 38 additions and 3 deletions
11
index.html
11
index.html
|
|
@ -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>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue