diff --git a/assets/scss/custom.scss b/assets/scss/custom.scss index b8a2296f..669aee6c 100644 --- a/assets/scss/custom.scss +++ b/assets/scss/custom.scss @@ -15,6 +15,8 @@ // https://github.github.com/gfm/#images doesn't show options for images, but https://github.github.com/gfm/#example-106 does show how to use attributes +// per https://github.com/gethugothemes/hugo-modules/tree/master/search +@import 'search'; img[src~="thumbnail"] { width : 150px; @@ -50,4 +52,4 @@ img[alt$="><"] { height : auto; margin : auto; float : none !important; -} \ No newline at end of file +} diff --git a/config/_default/params.toml b/config/_default/params.toml index d5fa5d04..db3b8536 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -51,7 +51,7 @@ link = "contact" [search] enable = true primary_color = "#121212" -include_sections = ["insights", "resources"] +include_sections = ["insights", "resources2"] show_image = true show_description = true show_tags = true