Update header and footer text, use spaced classes
This commit is contained in:
parent
ef58c7a82e
commit
083c20a03c
|
@ -3,14 +3,21 @@ layout: default
|
||||||
title: Articles
|
title: Articles
|
||||||
use: [posts]
|
use: [posts]
|
||||||
---
|
---
|
||||||
<div class="mb-10 spaced-y-10">
|
<div class="spaced-y-10">
|
||||||
|
<div class="text-lg spaced-y-4">
|
||||||
|
<p>I enjoy writing articles, and have written a number of them so far during my career, both to document my own learning as well to act as resources for others.</p>
|
||||||
|
<p>Here are some of my favourites.</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="spaced-y-10">
|
||||||
{% for post in data.posts if post.promoted %}
|
{% for post in data.posts if post.promoted %}
|
||||||
<div>
|
<div>
|
||||||
{% include 'blog/post-summary' %}
|
{% include 'blog/post-summary' %}
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="markup">
|
<div class="markup">
|
||||||
<a href="/articles/archive">Archive</a>
|
<p>Read the rest of my articles in the <a href="/articles/archive">archives</a>.</p>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Reference in a new issue