[2024-02-09] Moving dates before posts, changing RSS feed link
This commit is contained in:
parent
537f40c415
commit
160e690821
@ -14,8 +14,7 @@ email: <a href="mailto:andrew@andrewconl.in">andrew@andrewconl.in</a><br>
|
||||
masto: <a rel="me" href="https://mastodon.scot/@andrwcnln">andrwcnln@mastodon.scot</a><br>
|
||||
github: <a href="https://github.com/andrwcnln">@andrwcnln</a><br>
|
||||
--<br>
|
||||
<a href="/feed/blog.xml">rss</a><br>
|
||||
<br>
|
||||
<a href="/feed.xml">rss</a><br>
|
||||
<hr>
|
||||
<h2>Posts</h2>
|
||||
<ul style="list-style-type:none;margin:0;padding:0;">
|
||||
@ -23,7 +22,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> // <code>{{ post.date | date: "%Y-%m-%d" }}</code></p>
|
||||
<p><code>{{ post.date | date: "%Y-%m-%d" }}</code> // <a href="{{ post.url }}">{{ post.title }}</a></p>
|
||||
</li>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
@ -35,7 +34,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> // <code>{{ post.date | date: "%Y-%m-%d" }}</code></p>
|
||||
<p><code>{{ post.date | date: "%Y-%m-%d" }}</code> // <a href="{{ post.url }}">{{ post.title }}</a></p>
|
||||
</li>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
@ -47,7 +46,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> // <code>{{ post.date | date: "%Y-%m-%d" }}</code></p>
|
||||
<p><code>{{ post.date | date: "%Y-%m-%d" }}</code> // <a href="{{ post.url }}">{{ post.title }}</a></p>
|
||||
</li>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user