diff --git a/themes/hyde/layouts/partials/sidebar.html b/themes/hyde/layouts/partials/sidebar.html index 7cff9fc..859c067 100644 --- a/themes/hyde/layouts/partials/sidebar.html +++ b/themes/hyde/layouts/partials/sidebar.html @@ -5,9 +5,7 @@
- {{ with .Site.Params.description }} {{.}} {{ else }}An elegant open source and mobile first theme for hugo made by @mdo. Originally made for - Jekyll.{{end}} + {{ .Site.Params.description }}
@@ -15,11 +13,11 @@{{ with .Site.Params.copyright }}{{.}}{{ else }}© {{ now.Format "2006"}}. All rights reserved. {{end}}
+{{ with .Site.Params.copyright }}{{.}}{{ else }}© {{ now.Format "2024"}}. All rights reserved. {{end}}
\ No newline at end of file