summaryrefslogtreecommitdiff
path: root/_layouts/post.html
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-11-03 15:28:04 -0400
committerAlee <alee14498@gmail.com>2018-11-03 15:28:04 -0400
commitafa722a4825da64ef1d37ea7d025df239ea8e7a3 (patch)
tree6f0de7783ec65630a80a949f202594bc5c0709c2 /_layouts/post.html
parentaeffc60c58a9b98d82fa17cc04be411d5143d2d9 (diff)
downloadsilicon-linux-afa722a4825da64ef1d37ea7d025df239ea8e7a3.tar.gz
silicon-linux-afa722a4825da64ef1d37ea7d025df239ea8e7a3.tar.bz2
silicon-linux-afa722a4825da64ef1d37ea7d025df239ea8e7a3.zip
Fixes in blog
Diffstat (limited to '_layouts/post.html')
-rw-r--r--_layouts/post.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index a9edd82..d741573 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -10,7 +10,7 @@
{% include navigator.html %}
<h1>{{ page.title }}</h1>
- <p><b>{{ page.date | date_to_string }} | {{ page.author }}</b></p>
+ <p><b>{{ page.date | date_to_string }} | By: {{ page.author }}</b></p>
{{ content }}