diff --git a/assets/css/common/footer.css b/assets/css/common/footer.css
index 1e5632ba..65b4e2c3 100644
--- a/assets/css/common/footer.css
+++ b/assets/css/common/footer.css
@@ -17,6 +17,10 @@
margin-inline-end: 1px
}
+.footer span:last-child {
+ white-space: nowrap;
+}
+
.footer a {
color: inherit;
border-bottom: 1px solid var(--secondary)
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 153c436d..2c1113c8 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -4,10 +4,11 @@
{{- else }}
© {{ now.Year }} {{ .Site.Title }}
{{- end }}
- ·
- Powered by Hugo
- ·
- Theme PaperMod
+
+ Powered by
+ Hugo &
+ PaperMod
+
{{- if (not .Site.Params.disableScrollToTop) }}