Skip to content

Commit

Permalink
Merge pull request #37 from markdumay/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
markdumay authored Jul 22, 2022
2 parents 2e1040b + 0aa9877 commit c8f3317
Show file tree
Hide file tree
Showing 4 changed files with 835 additions and 729 deletions.
1 change: 1 addition & 0 deletions assets/scss/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ $themeColor: {{ site.Params.style.themeColor | default "#007bff" }};

// Import Bootstrap configuration
@import "bootstrap/scss/variables";
@import "bootstrap/scss/maps";
@import "bootstrap/scss/mixins";
@import "bootstrap/scss/utilities";

Expand Down
2 changes: 1 addition & 1 deletion layouts/shortcodes/figure.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
/><!-- Closing img tag -->
{{- if .Get "link" }}</a>{{ end -}}
{{- if or (or (.Get "title") (.Get "caption")) (.Get "attr") -}}
<figcaption>
<figcaption class="figure-caption">
{{ with (.Get "title") -}}
<h4>{{ . }}</h4>
{{- end -}}
Expand Down
Loading

0 comments on commit c8f3317

Please sign in to comment.