[2024-02-09] Changed date format and made monospace
This commit is contained in:
parent
fd408b07ae
commit
c0d282c849
@ -1,8 +1,8 @@
|
|||||||
<br>
|
<br>
|
||||||
<div style="text-align: center;">
|
<div style="text-align: center;">
|
||||||
<i>
|
<code>
|
||||||
Made with 💕 (and Jekyll)<br>
|
Made with 💕 (and Jekyll)<br>
|
||||||
© Andrew Conlin 2023-2024<br>
|
© Andrew Conlin 2023-2024<br>
|
||||||
All rights reverse engineered
|
All rights reverse engineered
|
||||||
</i>
|
</code>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<hr><br>
|
<hr><br>
|
||||||
<div style="text-align: center;">
|
<div style="text-align: center;">
|
||||||
<i>Issues or comments? <a href="mailto:andrew@andrewconl.in">Email me!</a></i>
|
<code>Issues or comments? <a href="mailto:andrew@andrewconl.in">Email me!</a></code>
|
||||||
</div>
|
</div>
|
||||||
|
@ -19,14 +19,10 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="content">
|
<div class="content">
|
||||||
{% if page.backlink == true %}
|
|
||||||
<a href="/"><-- back</a>
|
|
||||||
{% endif %}
|
|
||||||
<h1>
|
<h1>
|
||||||
{{ page.title }}
|
{{ page.title }}
|
||||||
</h1>
|
</h1>
|
||||||
{{ page.subtitle }}
|
|
||||||
{{ content }}
|
{{ content }}
|
||||||
{% include defaultFooter.html %}
|
{% include defaultFooter.html %}
|
||||||
</div>
|
</div>
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
---
|
---
|
||||||
layout: default
|
layout: default
|
||||||
---
|
---
|
||||||
|
<code>
|
||||||
|
<a href="/">~</a> > <a href="/{{page.category}}">{{page.category}}</a> > <a href="{{page.title}}">{{page.title}}</a><br>
|
||||||
|
|
||||||
<p>
|
{{ page.date | date: "%Y-%m-%d" }}<br>
|
||||||
Posted {{ page.date | date_to_string }} to <a href="/">Andrew Conlin's blog</a><br>
|
{{ content | reading_time | pluralize: "minute" }}
|
||||||
Reading time: {{ content | reading_time | pluralize: "minute" }}
|
</code>
|
||||||
</p>
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
{{ content }}
|
{{ content }}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
layout: default
|
layout: default
|
||||||
title: Andrew Conlin's blog
|
title: andrewconl.in
|
||||||
permalink: /
|
permalink: /
|
||||||
backlink: false
|
backlink: false
|
||||||
---
|
---
|
||||||
@ -23,7 +23,7 @@ github: <a href="https://github.com/andrwcnln">@andrwcnln</a><br>
|
|||||||
{% assign category = post.category %}
|
{% assign category = post.category %}
|
||||||
{% if category == 'blog' %}
|
{% if category == 'blog' %}
|
||||||
<li>
|
<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>
|
</li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
@ -35,7 +35,7 @@ github: <a href="https://github.com/andrwcnln">@andrwcnln</a><br>
|
|||||||
{% assign category = post.category %}
|
{% assign category = post.category %}
|
||||||
{% if category == 'weeklinks' %}
|
{% if category == 'weeklinks' %}
|
||||||
<li>
|
<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>
|
</li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
@ -47,7 +47,7 @@ github: <a href="https://github.com/andrwcnln">@andrwcnln</a><br>
|
|||||||
{% assign category = post.category %}
|
{% assign category = post.category %}
|
||||||
{% if category == 'til' %}
|
{% if category == 'til' %}
|
||||||
<li>
|
<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>
|
</li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user