[08/09/23] black and yellow colours scheme, fixed title position

This commit is contained in:
Andrew Conlin 2023-09-08 11:02:01 +01:00
parent 0c9c9c8b16
commit 9fb9839a69
24 changed files with 645 additions and 260 deletions

View file

@ -13,7 +13,7 @@ permalink: /til/
{% if category == 'til' %}
<li>
<h4><a href="{{ post.url }}">{{ post.title }}</a></h4>
<div style="font-family:Fira Code;font-weight:500;">
<div style="font-family:Rubik;font-style: italic;">
<i class="fas fa-calendar"></i>&nbsp;{{ post.date | date_to_string }}
</div>
{{ post.content | strip_html | truncatewords: 30 }}