[13/09/23] changed theme, added icons, changed feeds

This commit is contained in:
Andrew Conlin 2023-09-13 10:04:54 +01:00
parent 9fb9839a69
commit a7d8893862
36 changed files with 463 additions and 162 deletions

View file

@ -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>&nbsp;{{ post.date | date_to_string }}
<img src="/assets/images/write.ico" style="display: inline;height: 20px;width: 20px;">&nbsp;{{ post.date | date_to_string }}
</div>
{{ post.content | strip_html | truncatewords: 30 }}
<br>