We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1697968 commit 13d9a81Copy full SHA for 13d9a81
_includes/page_content.html
@@ -1,6 +1,7 @@
1
<section id="services">
2
<!-- Page Content -->
3
-{% for post in site.posts reversed %}
+<!-- {% for post in site.posts reversed %} -->
4
+{% for post in site.posts %}
5
{% capture thecycle %}{% cycle 'odd', 'even' %}{% endcapture %}
6
{% if thecycle == 'odd' %}
7
<div class="content-section-a">
0 commit comments