-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #187 from coreruleset/renovate/themes-dot-org-hugo…
…-theme-digest chore(deps): update themes/dot-org-hugo-theme digest to 736d939 in .gitmodules
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule dot-org-hugo-theme
updated
20 files
+5 −0 | README.md | |
+27 −7 | assets/js/scripts.js | |
+1 −1 | assets/scss/_blog.scss | |
+1 −1 | assets/scss/_footer.scss | |
+10 −6 | assets/scss/_hamburger.scss | |
+22 −1 | assets/scss/_header.scss | |
+6 −6 | assets/scss/_language-selector.scss | |
+2 −2 | assets/scss/_pagination.scss | |
+4 −4 | assets/scss/_tables.scss | |
+2 −2 | assets/scss/_typography.scss | |
+1 −0 | assets/scss/_variables.scss | |
+3 −3 | assets/scss/shortcodes/_youtube-enhanced.scss | |
+5 −0 | exampleSite/config/_default/hugo.yaml | |
+10 −28 | exampleSite/config/_default/languages.yaml | |
+0 −8 | exampleSite/content/en/_index.md | |
+84 −0 | exampleSite/content/en/index.md | |
+1 −0 | exampleSite/static/img/placeholder.svg | |
+8 −4 | layouts/partials/header.html | |
+31 −1 | layouts/shortcodes/search_form.html | |
+2 −1 | theme.toml |