Skip to content

Commit 13d9a81

Browse files
authored
not reversed
1 parent 1697968 commit 13d9a81

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_includes/page_content.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<section id="services">
22
<!-- Page Content -->
3-
{% for post in site.posts reversed %}
3+
<!-- {% for post in site.posts reversed %} -->
4+
{% for post in site.posts %}
45
{% capture thecycle %}{% cycle 'odd', 'even' %}{% endcapture %}
56
{% if thecycle == 'odd' %}
67
<div class="content-section-a">

0 commit comments

Comments
 (0)