File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ <h3><a href="{{ post.url }}">{{ post.title }}</a></h3>
24
24
25
25
< p class ="post-info "> Posted by {{ post.author }} on {{ post.date | date_to_string }}</ p >
26
26
</ div >
27
- {% endfor %}
27
+ {% endfor %}
28
28
</ div >
29
29
</ div >
30
30
< hr class ="hidden-modern " />
Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ <h1>{{ page.title }}</h1>
14
14
{% for post in page.posts %}
15
15
< div class ="post ">
16
16
< h3 > {{ post.title }}</ h3 >
17
-
17
+
18
18
< p >
19
19
{{ post.content | markdownify | strip_html | truncatewords: 25 }}
20
20
</ p >
21
-
21
+
22
22
< p > < a href ="{{ post.url }} "> Continue Reading...</ a > </ p >
23
-
23
+
24
24
< p class ="post-info "> Posted by {{ post.author }} on {{ post.date | date_to_string }}</ p >
25
25
</ div >
26
26
{% endfor %}
Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ <h1>{{ page.title }}</h1>
14
14
{% for post in page.posts %}
15
15
< div class ="post ">
16
16
< h3 > {{ post.title }}</ h3 >
17
-
17
+
18
18
< p >
19
19
{{ post.content | markdownify | strip_html | truncatewords: 25 }}
20
20
</ p >
21
-
21
+
22
22
< p > < a href ="{{ post.url }} "> Continue Reading...</ a > </ p >
23
-
23
+
24
24
< p class ="post-info "> Posted by {{ post.author }} on {{ post.date | date_to_string }}</ p >
25
25
</ div >
26
26
{% endfor %}
You can’t perform that action at this time.
0 commit comments