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>
|
<a id="mu_pause" class="button">🔊 Play!</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</p>
|
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
<!-- Content -->
|
<!-- Content -->
|
||||||
|
@ -75,11 +71,7 @@ layout: default
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
{% for post in site.posts %}
|
|
||||||
{% if post.album == page.albumSlug %}
|
|
||||||
|
|
||||||
{% endif %}
|
|
||||||
{% endfor %}
|
|
||||||
<!-- post Naviation -->
|
<!-- post Naviation -->
|
||||||
<section class="post-navigation">
|
<section class="post-navigation">
|
||||||
{% if page.previous.url or page.next.url %}
|
{% if page.previous.url or page.next.url %}
|
||||||
|
|
Loading…
Reference in a new issue