diff options
| author | Alee <alee14498@gmail.com> | 2018-11-03 15:28:04 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-11-03 15:28:04 -0400 |
| commit | afa722a4825da64ef1d37ea7d025df239ea8e7a3 (patch) | |
| tree | 6f0de7783ec65630a80a949f202594bc5c0709c2 /_layouts/post.html | |
| parent | aeffc60c58a9b98d82fa17cc04be411d5143d2d9 (diff) | |
| download | silicon-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.html | 2 |
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 }} |
