Removed alternating colors for blog posts and podcast episodes.

This may just be temporary till I figured out the right colors.
This commit is contained in:
Stephan 2021-04-06 19:24:01 +02:00
parent cb3eeee6b3
commit bbd858286b
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
</div> </div>
</section> </section>
{% for blog_post in this.pagination.items %} {% for blog_post in this.pagination.items %}
{{ render_blog_post(blog_post, from_index=true, section_class=loop.cycle('-odd', '-even')) }} {{ render_blog_post(blog_post, from_index=true) }}
{% endfor %} {% endfor %}
<section> <section>
{{ render_pagination(this.pagination, true) }} {{ render_pagination(this.pagination, true) }}

View File

@ -42,7 +42,7 @@
{% for blog_post in this.pagination.items %} {% for blog_post in this.pagination.items %}
{{ render_blog_post(blog_post, from_index=true, section_class=loop.cycle('-odd', '-even')) }} {{ render_blog_post(blog_post, from_index=true) }}
{% endfor %} {% endfor %}
<section> <section>
{{ render_pagination(this.pagination, true) }} {{ render_pagination(this.pagination, true) }}