File tree 3 files changed +6
-0
lines changed
3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,9 @@ <h1>{{ page.title }}</h1>
16
16
< div class ="post ">
17
17
< h3 > < a href ="{{ post.url }} "> {{ post.title }}</ a > </ h3 >
18
18
19
+ < p >
19
20
{{ post.content | markdownify | strip_html | truncatewords: 25 }}
21
+ </ p >
20
22
21
23
< p > < a href ="{{ post.url }} "> Continue Reading...</ a > </ p >
22
24
Original file line number Diff line number Diff line change @@ -15,7 +15,9 @@ <h1>{{ page.title }}</h1>
15
15
< div class ="post ">
16
16
< h3 > {{ post.title }}</ h3 >
17
17
18
+ < p >
18
19
{{ post.content | markdownify | strip_html | truncatewords: 25 }}
20
+ </ p >
19
21
20
22
< p > < a href ="{{ post.url }} "> Continue Reading...</ a > </ p >
21
23
Original file line number Diff line number Diff line change @@ -15,7 +15,9 @@ <h1>{{ page.title }}</h1>
15
15
< div class ="post ">
16
16
< h3 > {{ post.title }}</ h3 >
17
17
18
+ < p >
18
19
{{ post.content | markdownify | strip_html | truncatewords: 25 }}
20
+ </ p >
19
21
20
22
< p > < a href ="{{ post.url }} "> Continue Reading...</ a > </ p >
21
23
You can’t perform that action at this time.
0 commit comments