diff options
Diffstat (limited to 'blog.html')
| -rw-r--r-- | blog.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 %} |
