diff --git a/assets/sass/hugolify-theme-2.sass b/assets/sass/hugolify-theme-2.sass index 986f06f..f985090 100644 --- a/assets/sass/hugolify-theme-2.sass +++ b/assets/sass/hugolify-theme-2.sass @@ -1,6 +1,7 @@ // Theme 2 @import "theme/base/typography" @import "theme/components/casestudy" +@import "theme/components/hero" @import "theme/components/post" @import "theme/components/project" @import "theme/components/publication" diff --git a/assets/sass/theme/components/_hero.sass b/assets/sass/theme/components/_hero.sass new file mode 100644 index 0000000..da7754c --- /dev/null +++ b/assets/sass/theme/components/_hero.sass @@ -0,0 +1,5 @@ +.hero-content + .btn:first-of-type + @extend .btn-secondary + & + a + color: $quaternary diff --git a/package.json b/package.json index 82a5578..03a0cc8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hugolify-theme-2", - "version": "1.0.0", + "version": "1.0.1", "homepage": "https://www.hugolify.io", "repository": "https://github.com/hugolify/hugolify-theme-2", "bugs": {