Skip to content

Commit a1d4e7f

Browse files
committed
Minor tweaks
1 parent 66241d5 commit a1d4e7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_layouts/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<section>
3232
<div id="title">
33-
<h1>Moq</h1>
33+
<a href="{{ site.url }}"><h1>Moq</h1></a>
3434
<p>Test first, mock me later</p>
3535
<hr>
3636
<span class="credits left">Project maintained by <a href="https://github.com/Moq">Moq</a></span>

_layouts/post.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<div id="post">
77
{{ content }}
88

9-
<p><small>on {{ page.date | date_to_string }}</small></p>
9+
<p><small>Written on {{ page.date | date_to_string }}</small></p>
1010
</div>
1111

1212
<div id="disqus_thread"></div>

0 commit comments

Comments
 (0)