[2025-03-02] Creating post archive, some style updates
This commit is contained in:
parent
a99b4a47c8
commit
d3242f91d4
21 changed files with 72 additions and 55 deletions
4
til.html
4
til.html
|
@ -4,13 +4,13 @@ title: til
|
|||
permalink: /til
|
||||
backlink: false
|
||||
---
|
||||
<h2>TIL</h2>
|
||||
<span style="font-size: x-large;"><a href="/">~</a> > <a href="">{{page.title}}</a><br></span>
|
||||
<ul style="list-style-type:none;margin:0;padding:0;">
|
||||
{% for post in site.posts %}
|
||||
{% assign category = post.category %}
|
||||
{% if category == 'til' %}
|
||||
<li>
|
||||
<p>{{ post.date | date: "%Y-%m-%d" }} // <a href="{{ post.url }}">{{ post.title }}</a></p>
|
||||
<p><span style="font-family: Geist Mono">{{ post.date | date: "%Y-%m-%d" }} / </span><a href="{{ post.url }}">{{ post.title }}</a></p>
|
||||
</li>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue