[13/09/23] changed theme, added icons, changed feeds
This commit is contained in:
parent
9fb9839a69
commit
a7d8893862
36 changed files with 463 additions and 162 deletions
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: default
|
||||
title: latest posts <span style="font-size:20px;"><a href="/feed.xml"><i class="fas fa-rss-square"></i></a></span>
|
||||
title: latest posts <span style="font-size:20px;"><a href="/feed/blog.xml"><i class="fas fa-rss-square"></i></a></span>
|
||||
subtitle: all the posts, in reverse chronological. there is an atom feed above.
|
||||
permalink: /
|
||||
---
|
||||
|
@ -14,7 +14,7 @@ permalink: /
|
|||
<li>
|
||||
<h4><a href="{{ post.url }}">{{ post.title }}</a></h4>
|
||||
<div style="font-style: italic;">
|
||||
<i class="fas fa-calendar"></i> {{ post.date | date_to_string }}
|
||||
<img src="/assets/images/write.ico" style="display: inline;height: 20px;width: 20px;"> {{ post.date | date_to_string }}
|
||||
</div>
|
||||
{{ post.content | strip_html | truncatewords: 30 }}
|
||||
<br>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue