diff --git a/themes/codex/.all-contributorsrc b/themes/codex/.all-contributorsrc index e7045a5..0f69547 100644 --- a/themes/codex/.all-contributorsrc +++ b/themes/codex/.all-contributorsrc @@ -94,6 +94,15 @@ "contributions": [ "design" ] + }, + { + "login": "msfjarvis", + "name": "Harsh Shandilya", + "avatar_url": "https://avatars0.githubusercontent.com/u/13348378?v=4", + "profile": "https://msfjarvis.dev", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7, diff --git a/themes/codex/README.md b/themes/codex/README.md index 0aee593..cc1825c 100644 --- a/themes/codex/README.md +++ b/themes/codex/README.md @@ -189,7 +189,7 @@ Check out the [CONTRIBUTORS.md file](https://github.com/jakewies/hugo-theme-code ## Contributors ✨ -[![All Contributors](https://img.shields.io/badge/all_contributors-9-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-10-orange.svg?style=flat-square)](#contributors-) Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): @@ -210,6 +210,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
Aareet Shermon

🎨
dgnicholson

🎨 +
Harsh Shandilya

💻 diff --git a/themes/codex/layouts/_default/baseof.html b/themes/codex/layouts/_default/baseof.html index 26e9fe1..bcda1eb 100644 --- a/themes/codex/layouts/_default/baseof.html +++ b/themes/codex/layouts/_default/baseof.html @@ -33,7 +33,7 @@ {{ range (slice $base_styles_opts $custom_styles_opts) }} {{ $style := resources.Get .src | resources.ExecuteAsTemplate .dest $current_page | toCSS | minify | fingerprint }} - + {{ end }} {{ range .AlternativeOutputFormats }}