File tree Expand file tree Collapse file tree 3 files changed +14
-13
lines changed Expand file tree Collapse file tree 3 files changed +14
-13
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,9 @@ <h1 class="site-name"><a href="{{ site.baseurl }}/">{{ site.name }}</a></h1>
40
40
</ div >
41
41
</ div >
42
42
43
- < div id ="main " role ="main " class ="container "> {{ content }}</ div >
43
+ < div id ="main " role ="main " class ="container ">
44
+ {{ content }}
45
+ </ div >
44
46
45
47
< div class ="wrapper-footer ">
46
48
< div class ="container ">
Original file line number Diff line number Diff line change 3
3
---
4
4
5
5
< article class ="post ">
6
-
7
- < h1 > {{ page.title }}</ h1 >
6
+ < h1 > {{ page.title }}</ h1 >
8
7
9
8
< div class ="entry ">
10
9
{{ content }}
@@ -15,4 +14,4 @@ <h1>{{ page.title }}</h1>
15
14
</ div >
16
15
17
16
{% include disqus.html disqus_identifier=page.disqus_identifier %}
18
- </ article >
17
+ </ article >
Original file line number Diff line number Diff line change 4
4
5
5
< div class ="posts ">
6
6
{% for post in site.posts %}
7
- < article class ="post ">
8
-
9
- < h1 > < a href ="{{ post.url }} "> {{ post.title }}</ a > </ h1 >
7
+ < article class ="post ">
8
+
9
+ < h1 > < a href ="{{ post.url }} "> {{ post.title }}</ a > </ h1 >
10
10
11
- < div class ="entry ">
12
- {{ post.content | truncatewords:40}}
13
- </ div >
14
-
15
- < a href ="{{ post.url }} " class ="read-more "> Read More</ a >
16
- </ article >
11
+ < div class ="entry ">
12
+ {{ post.content | truncatewords:40}}
13
+ </ div >
14
+
15
+ < a href ="{{ post.url }} " class ="read-more "> Read More</ a >
16
+ </ article >
17
17
{% endfor %}
18
18
</ div >
You can’t perform that action at this time.
0 commit comments