File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ <h1 class="postTitle"><a href="{{ page.url }}">{{ page.title }}</a></h1>
5
5
< div class ="post ">
6
6
{{ content }}
7
7
< p class ="meta ">
8
- {{ page.date | date: "%b %d, %Y" }} |
8
+ {{ page.date | date: "%b %d, %Y" }} -
9
9
< a href ="{{ page.url }} "> Permalink</ a >
10
10
< br />
11
11
{% for c in page.categories %}
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ A:hover {
43
43
text-align : right;
44
44
font-family : Helvetica Neue, Helvetica, serif;
45
45
font-size : 11px ;
46
+ line-height : normal;
46
47
}
47
48
48
49
.postTitle {
Original file line number Diff line number Diff line change @@ -7,13 +7,12 @@ <h1 class="postTitle"><a href="{{ post.url }}">{{ post.title }}</a></h1>
7
7
< div class ="post ">
8
8
{{ post.content }}
9
9
< p class ="meta ">
10
- {{ post.date | date: "%b %d, %Y" }}
10
+ {{ post.date | date: "%b %d, %Y" }} -
11
+ < a id ="more " href ="{{ post.url }}#disqus_thread " data-disqus-identifier ="{{ post.url }} "> Comments</ a >
11
12
< br />
12
13
{% for c in post.categories %}
13
14
< span class ="postCategory "> {{ c }}</ span > {% if forloop.last != true %},{% endif %}
14
15
{% endfor %}
15
- < br />
16
- < a id ="more " href ="{{ post.url }}#disqus_thread " data-disqus-identifier ="{{ post.url }} "> Comments</ a >
17
16
</ p >
18
17
</ div >
19
18
{% endfor %}
You can’t perform that action at this time.
0 commit comments