Move down my status.cafe widget
This commit is contained in:
parent
3a2756d664
commit
68b4e765f5
|
@ -42,8 +42,6 @@ eleventyComputed:
|
||||||
|
|
||||||
<section class="content__section">
|
<section class="content__section">
|
||||||
<h2>What is New?</h2>
|
<h2>What is New?</h2>
|
||||||
{% include "main/statuscafe.njk" %}
|
|
||||||
|
|
||||||
<div class="text-box">
|
<div class="text-box">
|
||||||
{% for log in collections["changelogs"] | reverse | itemLimit(1) %}
|
{% for log in collections["changelogs"] | reverse | itemLimit(1) %}
|
||||||
<h3>Changelog: {{ log.data.date | formatDate }}</h3>
|
<h3>Changelog: {{ log.data.date | formatDate }}</h3>
|
||||||
|
@ -52,6 +50,8 @@ eleventyComputed:
|
||||||
<p><a href="/changelogs">View all site changelogs</a></p>
|
<p><a href="/changelogs">View all site changelogs</a></p>
|
||||||
</div>
|
</div>
|
||||||
<p>You can subscribe to the <a href="/feed.xml">{{ sitemeta.siteName }} RSS feed</a> to get notified of the updates on this website, including new articles, blog posts and website changelogs.</p>
|
<p>You can subscribe to the <a href="/feed.xml">{{ sitemeta.siteName }} RSS feed</a> to get notified of the updates on this website, including new articles, blog posts and website changelogs.</p>
|
||||||
|
|
||||||
|
{% include "main/statuscafe.njk" %}
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="content__section">
|
<section class="content__section">
|
||||||
|
|
Loading…
Reference in New Issue