Skip to content

Commit

Permalink
Update Search to include resources2...
Browse files Browse the repository at this point in the history
  • Loading branch information
VashJuan committed Sep 24, 2024
1 parent 09adc5f commit 4aaa3d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion assets/scss/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -50,4 +52,4 @@ img[alt$="><"] {
height : auto;
margin : auto;
float : none !important;
}
}
2 changes: 1 addition & 1 deletion config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4aaa3d1

Please sign in to comment.