forked from ag_kommunikation/webseite
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:
parent
cb3eeee6b3
commit
bbd858286b
@ -24,7 +24,7 @@
|
||||
</div>
|
||||
</section>
|
||||
{% 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 %}
|
||||
<section>
|
||||
{{ render_pagination(this.pagination, true) }}
|
||||
|
@ -42,7 +42,7 @@
|
||||
|
||||
|
||||
{% 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 %}
|
||||
<section>
|
||||
{{ render_pagination(this.pagination, true) }}
|
||||
|
Loading…
Reference in New Issue
Block a user