diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2022-01-24 23:42:42 -0500 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2022-01-24 23:42:42 -0500 |
commit | 00f1e03fdede5212a6b7e64b73e5d0b8b3714b10 (patch) | |
tree | 4286a68d082bfa2364f584c722b3f0a1dc747f27 /themes/hugo-coder/layouts/partials | |
parent | 95733c179d29111bed167f3fa5d1299e63eee2ff (diff) |
Removed New Year fireworks
Diffstat (limited to 'themes/hugo-coder/layouts/partials')
-rw-r--r-- | themes/hugo-coder/layouts/partials/home.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/hugo-coder/layouts/partials/home.html b/themes/hugo-coder/layouts/partials/home.html index fb7a80e..81121b6 100644 --- a/themes/hugo-coder/layouts/partials/home.html +++ b/themes/hugo-coder/layouts/partials/home.html | |||
@@ -14,7 +14,9 @@ | |||
14 | {{ else }} | 14 | {{ else }} |
15 | <h2>{{ .Site.Params.info }}</h2> | 15 | <h2>{{ .Site.Params.info }}</h2> |
16 | {{ end }} | 16 | {{ end }} |
17 | <!-- | ||
17 | <h2>Happy New Year!</h2> | 18 | <h2>Happy New Year!</h2> |
19 | --> | ||
18 | {{ with .Site.Params.social }} | 20 | {{ with .Site.Params.social }} |
19 | <ul> | 21 | <ul> |
20 | {{ range sort . "weight" }} | 22 | {{ range sort . "weight" }} |