aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--assets/css/default.css4
-rw-r--r--themes/default/layouts/_default/home.xslt.sitemap.xsl2
-rw-r--r--themes/default/layouts/_default/sitemap.xml2
3 files changed, 4 insertions, 4 deletions
diff --git a/assets/css/default.css b/assets/css/default.css
index 3fe8ccf..fffb89d 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -1981,11 +1981,11 @@ link-card article a {
padding: 1rem;
}
-[xml-data="sitemap"] a {
+[xml-data="sitemap"] section a {
text-decoration: none;
}
-[xml-data="sitemap"] a:hover {
+[xml-data="sitemap"] section a:hover {
text-decoration: underline;
}
diff --git a/themes/default/layouts/_default/home.xslt.sitemap.xsl b/themes/default/layouts/_default/home.xslt.sitemap.xsl
index 0edfec5..a66877e 100644
--- a/themes/default/layouts/_default/home.xslt.sitemap.xsl
+++ b/themes/default/layouts/_default/home.xslt.sitemap.xsl
@@ -20,7 +20,7 @@
<main>
<nav>
<icon-button>
- <a onclick="window.history.go(-1); return false;">
+ <a onclick="window.history.go(-1); return false;" href="/">
{{ safeHTML (readFile (print (partial "function-paths.html" "static") "/icons/feather/arrow-left.svg")) }}
<small>Back</small>
</a>
diff --git a/themes/default/layouts/_default/sitemap.xml b/themes/default/layouts/_default/sitemap.xml
index fdbc045..c47d1db 100644
--- a/themes/default/layouts/_default/sitemap.xml
+++ b/themes/default/layouts/_default/sitemap.xml
@@ -9,7 +9,7 @@
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml"
>
- {{- $filteredPages := partial "function-filters-content.html" .Data.Pages -}}
+ {{- $filteredPages := partial "function-filters-content.html" .Data.Pages.ByDate.Reverse -}}
{{- range $filteredPages }}
{{- with .Sitemap.ChangeFreq -}}