[08/09/23] black and yellow colours scheme, fixed title position
This commit is contained in:
parent
0c9c9c8b16
commit
9fb9839a69
24 changed files with 645 additions and 260 deletions
2
til.html
2
til.html
|
@ -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> {{ post.date | date_to_string }}
|
||||
</div>
|
||||
{{ post.content | strip_html | truncatewords: 30 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue