File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ <h3>{{ news.other_news }}</h3>
37
37
< ul >
38
38
{% for post in site.categories[page.lang] offset:offset_other_left limit:number_of_other %}
39
39
< li >
40
- < a href ="{{ post.url }} "> {{ post.title }}</ a >
40
+ < a href ="{{ post.url }} "> {{ post.title }}</ a > < br >
41
41
< span class ="post-info "> {{ post.date | posted_by:post.author }}</ span >
42
42
</ li >
43
43
{% endfor %}
@@ -46,7 +46,7 @@ <h3>{{ news.other_news }}</h3>
46
46
< ul >
47
47
{% for post in site.categories[page.lang] offset:offset_other_right limit:number_of_other %}
48
48
< li >
49
- < a href ="{{ post.url }} "> {{ post.title }}</ a >
49
+ < a href ="{{ post.url }} "> {{ post.title }}</ a > < br >
50
50
< span class ="post-info "> {{ post.date | posted_by:post.author }}</ span >
51
51
</ li >
52
52
{% endfor %}
Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ div.post h3 a {
206
206
207
207
div .post h3 a : hover { text-decoration : underline; }
208
208
209
- p .post-info {
209
+ .post-info {
210
210
color : grey;
211
211
font-size : 13px ;
212
212
line-height : 16px ;
You can’t perform that action at this time.
0 commit comments