[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
2
til.html
2
til.html
|
@ -14,7 +14,7 @@ permalink: /til/
|
|||
<li>
|
||||
<h4><a href="{{ post.url }}">{{ post.title }}</a></h4>
|
||||
<div style="font-family:Rubik;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