Rename changelog to changelogs when appropriate
This commit is contained in:
parent
66a1b47779
commit
8c4e5b1e41
|
@ -22,7 +22,7 @@ layout: main/content
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<p>To get notified of the updates on this website, you can subscribe to the <a href="/feed.xml" target="blank">Leilukin's Hub RSS feed</a>, which contains new articles, blog posts and website changelog, or follow <a href="https://neocities.org/site/leilukin" target="_blank">my Neocities profile</a>.</p>
|
<p>To get notified of the updates on this website, you can subscribe to the <a href="/feed.xml" target="blank">Leilukin's Hub RSS feed</a>, which contains new articles, blog posts and website changelogs, or follow <a href="https://neocities.org/site/leilukin" target="_blank">my Neocities profile</a>.</p>
|
||||||
<div class="web-btn-wrapper center-el" style="margin-top: 0.7em;">
|
<div class="web-btn-wrapper center-el" style="margin-top: 0.7em;">
|
||||||
<a href="/feed.xml" target="blank" title="Leilukin's Hub RSS Feed">
|
<a href="/feed.xml" target="blank" title="Leilukin's Hub RSS Feed">
|
||||||
<img src="/assets/buttons/rss-button.gif" alt="RSS feed button">
|
<img src="/assets/buttons/rss-button.gif" alt="RSS feed button">
|
||||||
|
@ -69,7 +69,7 @@ layout: main/content
|
||||||
@media (min-width: 640px) {
|
@media (min-width: 640px) {
|
||||||
.changelog__nav {
|
.changelog__nav {
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
gap: 1.5em;
|
gap: 1em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
layout: main/changelog
|
layout: main/changelogs
|
||||||
title: "Website Changelog Archive: 2022"
|
title: "Website Changelog Archive: 2022"
|
||||||
desc: Changelog of my website during the year of 2022.
|
desc: Changelog of my website during the year of 2022.
|
||||||
changelogNav: 2022
|
changelogNav: 2022
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
layout: main/changelog
|
layout: main/changelogs
|
||||||
title: Website Layout Archive
|
title: Website Layout Archive
|
||||||
desc: An archive for the page layout designs mt website has used.
|
desc: An archive for the page layout designs mt website has used.
|
||||||
changelogNav: Website Layouts
|
changelogNav: Website Layouts
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"tags": "changelog pages",
|
"tags": "changelog pages",
|
||||||
"layout": "main/changelog",
|
"layout": "main/changelogs",
|
||||||
"permalink": "/changelog/{{ page.fileSlug }}/"
|
"permalink": "/changelog/{{ page.fileSlug }}/"
|
||||||
}
|
}
|
|
@ -29,7 +29,7 @@ isContentDivided: true
|
||||||
<p class="date-style">{{ log.data.date | niceDate }}:</p>
|
<p class="date-style">{{ log.data.date | niceDate }}:</p>
|
||||||
{{ log.templateContent | safe }}
|
{{ log.templateContent | safe }}
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
<p><a href="/changelog">View all site changelog</a></p>
|
<p><a href="/changelogs">View all site changelogs</a></p>
|
||||||
</div>
|
</div>
|
||||||
<p>You can subscribe to the <a href="/feed.xml" target="blank">Leilukin's Hub RSS feed</a> or follow <a href="https://neocities.org/site/leilukin" target="_blank">my Neocities profile</a> to get notified of the updates on this website.</p>
|
<p>You can subscribe to the <a href="/feed.xml" target="blank">Leilukin's Hub RSS feed</a> or follow <a href="https://neocities.org/site/leilukin" target="_blank">my Neocities profile</a> to get notified of the updates on this website.</p>
|
||||||
<div class="web-btn-wrapper">
|
<div class="web-btn-wrapper">
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
---
|
---
|
||||||
layout: main/changelog
|
layout: main/changelogs
|
||||||
title: Changelog
|
title: Changelogs
|
||||||
pageTitle: Website Changelog
|
pageTitle: Website Changelogs
|
||||||
desc: Changelog of my website.
|
desc: Changelogs of my website.
|
||||||
metadata:
|
metadata:
|
||||||
type: article
|
type: article
|
||||||
date: 2023-01-09
|
date: 2023-01-09
|
Loading…
Reference in New Issue