File tree 3 files changed +9
-13
lines changed
3 files changed +9
-13
lines changed Original file line number Diff line number Diff line change 2
2
layout: default
3
3
---
4
4
5
- < article class ="page ">
6
-
7
- < h1 > {{ page.title }}</ h1 >
8
-
9
- < div class ="entry ">
10
- {{ content }}
11
- </ div >
12
- </ article >
5
+ < section >
6
+ < article id ="post-{{ page.wordpress_id }} " class ="post-{{ page.wordpress_id }} post type-post status-publish format-standard hentry category-other tag-101 tag-1003 tag-32 ">
7
+ < h1 class ="post-title "> < a href ="{{ page.link }} "> {{ page.title }}</ a > </ h1 >
8
+ {{ content }}
9
+ </ article >
10
+ </ section >
Original file line number Diff line number Diff line change 3
3
---
4
4
5
5
< section >
6
- < article id ="post-{{ page.wordpress_id }} " < ?php post_class(); ? > >
6
+ < article id ="post-{{ page.wordpress_id }} " class =" post-{{ page.wordpress_id }} post type-post status-publish format-standard hentry category-other tag-101 tag-1003 tag-32 " >
7
7
< h1 class ="post-title "> < a href ="{{ page.link }} "> {{ page.title }}</ a > </ h1 >
8
- {{ content }}
8
+ {{ content }}
9
9
</ article >
10
10
</ section >
11
-
12
-
Original file line number Diff line number Diff line change 4
4
5
5
{% for post in site.posts %}
6
6
< section >
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 ">
7
+ < article id ="post-{{ post.wordpress_id }} " class ="post-{{ post.wordpress_id }} post type-post status-publish format-standard hentry category-other tag-101 tag-1003 tag-32 ">
8
8
< h1 class ="post-title "> < a href ="{{ post.link }} "> {{ post.title }}</ a > </ h1 >
9
9
{{ post.content | truncatewords:40}}
10
10
</ article >
You can’t perform that action at this time.
0 commit comments