[07/08/23] changed to monospace font and caps titles
This commit is contained in:
parent
39c52872d7
commit
340f7499bf
16 changed files with 119 additions and 109 deletions
4
til.html
4
til.html
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: default
|
||||
title: latest tils <span style="font-size:20px;"><a href="/feed/til.xml"><i class="fas fa-rss-square"></i></a></span>
|
||||
title: LATEST TILS <span style="font-size:20px;"><a href="/feed/til.xml"><i class="fas fa-rss-square"></i></a></span>
|
||||
subtitle: my collection of tils (today-i-learned). i use this mainly to collect solutions to weird errors i have faced, and detail the little projects that i work on. this has its own atom feed (above) as they are typically very different from my other posts. all tils are blog posts but not all blog posts are tils.
|
||||
permalink: /til/
|
||||
---
|
||||
|
@ -13,7 +13,7 @@ permalink: /til/
|
|||
{% if category == 'til' %}
|
||||
<li>
|
||||
<h4><a href="{{ post.url }}">{{ post.title }}</a></h4>
|
||||
<div style="font-family:Rubik;font-weight:500;">
|
||||
<div style="font-family:Fira Code;font-weight:500;">
|
||||
<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