Skip to content

Commit 7853e97

Browse files
committed
css
1 parent f237353 commit 7853e97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
{% for post in site.posts %}
66
<section>
7-
<article id="post-{{ page.wordpress_id }}" <?php post_class(); ?>>
8-
<h1 class="post-title"><a href="{{ page.link }}">{{ page.title }}</a></h1>
7+
<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">
8+
<h1 class="post-title"><a href="{{ post.link }}">{{ post.title }}</a></h1>
99
{{ post.content | truncatewords:40}}
1010
</article>
1111
</section>

0 commit comments

Comments
 (0)