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 /blog.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 '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 %} |
