remove broken tag and redundant loop
This commit is contained in:
parent
ef2affceb9
commit
ffbe55ca3f
|
@ -19,10 +19,6 @@ layout: default
|
|||
<a id="mu_pause" class="button">🔊 Play!</a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</p>
|
||||
|
||||
</section>
|
||||
</div>
|
||||
<!-- Content -->
|
||||
|
@ -75,11 +71,7 @@ layout: default
|
|||
</p>
|
||||
|
||||
</section>
|
||||
{% for post in site.posts %}
|
||||
{% if post.album == page.albumSlug %}
|
||||
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
<!-- post Naviation -->
|
||||
<section class="post-navigation">
|
||||
{% if page.previous.url or page.next.url %}
|
||||
|
|
Loading…
Reference in a new issue