diff options
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 }} |
