[2024-02-09] Changed date format and made monospace
This commit is contained in:
parent
fd408b07ae
commit
c0d282c849
5 changed files with 13 additions and 16 deletions
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: default
|
||||
title: Andrew Conlin's blog
|
||||
title: andrewconl.in
|
||||
permalink: /
|
||||
backlink: false
|
||||
---
|
||||
|
@ -23,7 +23,7 @@ github: <a href="https://github.com/andrwcnln">@andrwcnln</a><br>
|
|||
{% assign category = post.category %}
|
||||
{% if category == 'blog' %}
|
||||
<li>
|
||||
<p><a href="{{ post.url }}">{{ post.title }}</a> -- {{ post.date | date_to_string }}</p>
|
||||
<p><a href="{{ post.url }}">{{ post.title }}</a> // <code>{{ post.date | date: "%Y-%m-%d" }}</code></p>
|
||||
</li>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
@ -35,7 +35,7 @@ github: <a href="https://github.com/andrwcnln">@andrwcnln</a><br>
|
|||
{% assign category = post.category %}
|
||||
{% if category == 'weeklinks' %}
|
||||
<li>
|
||||
<p><a href="{{ post.url }}">{{ post.title }}</a> -- {{ post.date | date_to_string }}</p>
|
||||
<p><a href="{{ post.url }}">{{ post.title }}</a> // <code>{{ post.date | date: "%Y-%m-%d" }}</code></p>
|
||||
</li>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
@ -47,7 +47,7 @@ github: <a href="https://github.com/andrwcnln">@andrwcnln</a><br>
|
|||
{% assign category = post.category %}
|
||||
{% if category == 'til' %}
|
||||
<li>
|
||||
<p><a href="{{ post.url }}">{{ post.title }}</a> -- {{ post.date | date_to_string }}</p>
|
||||
<p><a href="{{ post.url }}">{{ post.title }}</a> // <code>{{ post.date | date: "%Y-%m-%d" }}</code></p>
|
||||
</li>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue