diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-02-09 20:29:21 -0500 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-02-09 20:29:43 -0500 |
commit | 9753fe49cd0d54307282dd7054d079cb47e24d5a (patch) | |
tree | c7b2986a9b2edb3ffb312e234b55ebe425ab4e03 | |
parent | 728a456cf7a5c0858c15de1d69851753ee640106 (diff) |
Remove new year message
-rw-r--r-- | themes/hugo-coder/layouts/partials/home.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/hugo-coder/layouts/partials/home.html b/themes/hugo-coder/layouts/partials/home.html index fb7a80e..9b91bd0 100644 --- a/themes/hugo-coder/layouts/partials/home.html +++ b/themes/hugo-coder/layouts/partials/home.html | |||
@@ -14,7 +14,7 @@ | |||
14 | {{ else }} | 14 | {{ else }} |
15 | <h2>{{ .Site.Params.info }}</h2> | 15 | <h2>{{ .Site.Params.info }}</h2> |
16 | {{ end }} | 16 | {{ end }} |
17 | <h2>Happy New Year!</h2> | 17 | <!-- <h2>Happy New Year!</h2> --> |
18 | {{ with .Site.Params.social }} | 18 | {{ with .Site.Params.social }} |
19 | <ul> | 19 | <ul> |
20 | {{ range sort . "weight" }} | 20 | {{ range sort . "weight" }} |