We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66241d5 commit a1d4e7fCopy full SHA for a1d4e7f
_layouts/layout.html
@@ -30,7 +30,7 @@
30
31
<section>
32
<div id="title">
33
- <h1>Moq</h1>
+ <a href="{{ site.url }}"><h1>Moq</h1></a>
34
<p>Test first, mock me later</p>
35
<hr>
36
<span class="credits left">Project maintained by <a href="https://github.com/Moq">Moq</a></span>
_layouts/post.html
@@ -6,7 +6,7 @@
6
<div id="post">
7
{{ content }}
8
9
- <p><small>on {{ page.date | date_to_string }}</small></p>
+ <p><small>Written on {{ page.date | date_to_string }}</small></p>
10
</div>
11
12
<div id="disqus_thread"></div>
0 commit comments