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 f237353 commit 7853e97Copy full SHA for 7853e97
index.html
@@ -4,8 +4,8 @@
4
5
{% for post in site.posts %}
6
<section>
7
- <article id="post-{{ page.wordpress_id }}" <?php post_class(); ?>>
8
- <h1 class="post-title"><a href="{{ page.link }}">{{ page.title }}</a></h1>
+ <article id="post-{{ post.wordpress_id }}" class="post-3360 post type-post status-publish format-standard hentry category-other tag-101 tag-1003 tag-32">
+ <h1 class="post-title"><a href="{{ post.link }}">{{ post.title }}</a></h1>
9
{{ post.content | truncatewords:40}}
10
</article>
11
</section>
0 commit comments