[2024-08-03] Updating style and homepage
This commit is contained in:
parent
7fbb8974df
commit
6549508db4
13 changed files with 67 additions and 36 deletions
4
til.html
4
til.html
|
@ -10,9 +10,9 @@ backlink: false
|
|||
{% assign category = post.category %}
|
||||
{% if category == 'til' %}
|
||||
<li>
|
||||
<p><code>{{ post.date | date: "%Y-%m-%d" }}</code> // <a href="{{ post.url }}">{{ post.title }}</a></p>
|
||||
<p>{{ post.date | date: "%Y-%m-%d" }} // <a href="{{ post.url }}">{{ post.title }}</a></p>
|
||||
</li>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
<hr>
|
||||
<hr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue