remove broken tag and redundant loop
This commit is contained in:
parent
ef2affceb9
commit
ffbe55ca3f
1 changed files with 0 additions and 8 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue