Rename changelog to changelogs when appropriate
This commit is contained in:
parent
66a1b47779
commit
8c4e5b1e41
|
@ -22,7 +22,7 @@ layout: main/content
|
|||
</ul>
|
||||
</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;">
|
||||
<a href="/feed.xml" target="blank" title="Leilukin's Hub RSS Feed">
|
||||
<img src="/assets/buttons/rss-button.gif" alt="RSS feed button">
|
||||
|
@ -69,7 +69,7 @@ layout: main/content
|
|||
@media (min-width: 640px) {
|
||||
.changelog__nav {
|
||||
flex-direction: row;
|
||||
gap: 1.5em;
|
||||
gap: 1em;
|
||||
}
|
||||
}
|
||||
</style>
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
layout: main/changelog
|
||||
layout: main/changelogs
|
||||
title: "Website Changelog Archive: 2022"
|
||||
desc: Changelog of my website during the year of 2022.
|
||||
changelogNav: 2022
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
layout: main/changelog
|
||||
layout: main/changelogs
|
||||
title: Website Layout Archive
|
||||
desc: An archive for the page layout designs mt website has used.
|
||||
changelogNav: Website Layouts
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"tags": "changelog pages",
|
||||
"layout": "main/changelog",
|
||||
"layout": "main/changelogs",
|
||||
"permalink": "/changelog/{{ page.fileSlug }}/"
|
||||
}
|
|
@ -29,7 +29,7 @@ isContentDivided: true
|
|||
<p class="date-style">{{ log.data.date | niceDate }}:</p>
|
||||
{{ log.templateContent | safe }}
|
||||
{%- endfor %}
|
||||
<p><a href="/changelog">View all site changelog</a></p>
|
||||
<p><a href="/changelogs">View all site changelogs</a></p>
|
||||
</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>
|
||||
<div class="web-btn-wrapper">
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
layout: main/changelog
|
||||
title: Changelog
|
||||
pageTitle: Website Changelog
|
||||
desc: Changelog of my website.
|
||||
layout: main/changelogs
|
||||
title: Changelogs
|
||||
pageTitle: Website Changelogs
|
||||
desc: Changelogs of my website.
|
||||
metadata:
|
||||
type: article
|
||||
date: 2023-01-09
|
Loading…
Reference in New Issue