-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a8a6932
commit 1159a9d
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule hugo-bootstrap-bare
updated
from d55265 to 09d8c5
Submodule hugo-darktable-docs-theme
updated
15 files
+165 −73 | assets/js/app.js | |
+1 −1 | assets/package.json | |
+45 −13 | assets/sass/modules/body.scss | |
+20 −0 | assets/sass/modules/typography.scss | |
+1 −1 | assets/yarn.lock | |
+20 −0 | i18n/pt-br.yaml | |
+1 −1 | layouts/_default/_markup/render-image.html | |
+2 −2 | layouts/_default/_markup/render-link.html | |
+4 −3 | layouts/_default/baseof.html | |
+2 −2 | layouts/_default/single.html | |
+4 −4 | layouts/index.html | |
+16 −0 | layouts/partials/analytics.html | |
+12 −9 | layouts/partials/css.html | |
+1 −0 | layouts/partials/javascript.html | |
+3 −4 | layouts/partials/page-header-navbar-large.html |