Skip to content

Commit 097153f

Browse files
committed
Some simple styling updates.
1 parent 508fbda commit 097153f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

_layouts/post.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ <h1 class="postTitle"><a href="{{ page.url }}">{{ page.title }}</a></h1>
55
<div class="post">
66
{{ content }}
77
<p class="meta">
8-
{{ page.date | date: "%b %d, %Y" }} |
8+
{{ page.date | date: "%b %d, %Y" }} -
99
<a href="{{ page.url }}">Permalink</a>
1010
<br />
1111
{% for c in page.categories %}

css/default.css

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ A:hover {
4343
text-align: right;
4444
font-family: Helvetica Neue, Helvetica, serif;
4545
font-size: 11px;
46+
line-height: normal;
4647
}
4748

4849
.postTitle {

index.html

+2-3
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,12 @@ <h1 class="postTitle"><a href="{{ post.url }}">{{ post.title }}</a></h1>
77
<div class="post">
88
{{ post.content }}
99
<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>
1112
<br />
1213
{% for c in post.categories %}
1314
<span class="postCategory">{{ c }}</span>{% if forloop.last != true %},{% endif %}
1415
{% endfor %}
15-
<br />
16-
<a id="more" href="{{ post.url }}#disqus_thread" data-disqus-identifier="{{ post.url }}">Comments</a>
1716
</p>
1817
</div>
1918
{% endfor %}

0 commit comments

Comments
 (0)