From 7f493143c3a443c8031646832ac844f0f70cb70b Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Wed, 15 Jul 2020 15:48:36 +0530 Subject: [PATCH 1/3] layouts: add text/css MIME type to stylesheets Signed-off-by: Harsh Shandilya --- layouts/_default/baseof.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 26e9fe1..bcda1eb 100644 --- a/layouts/_default/baseof.html +++ b/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 }} From 0980cc52de80a0c880d9a40f3dfd06fc45653beb Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2020 12:43:59 +0000 Subject: [PATCH 2/3] docs: update README.md [skip ci] --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0aee593..cc1825c 100644 --- a/README.md +++ b/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

💻 From 8e60785bdf7cdc68d5e3cbed81a12ece8db1e9a4 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2020 12:44:00 +0000 Subject: [PATCH 3/3] docs: update .all-contributorsrc [skip ci] --- .all-contributorsrc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index e7045a5..0f69547 100644 --- a/.all-contributorsrc +++ b/.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,