summaryrefslogtreecommitdiff
path: root/blog.html
diff options
context:
space:
mode:
Diffstat (limited to 'blog.html')
-rw-r--r--blog.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/blog.html b/blog.html
index bb579b1..ebe4184 100644
--- a/blog.html
+++ b/blog.html
@@ -15,9 +15,9 @@ project: Silicon Linux
{% for post in site.posts %}
<li class="list-blog">
<h2><a href="{{ post.url }}">{{ post.title }}</a></h2>
+ <p><b>{{ post.date | date_to_string }} | By: {{ post.author }}</b></p>
<p>{{ post.excerpt }}</p>
</li>
- <br>
{% endfor %}
</ul>
{% include footer.html %}