Skip to content

Commit

Permalink
fix: contents-title-indent style
Browse files Browse the repository at this point in the history
  • Loading branch information
reuixiy committed Aug 28, 2019
1 parent fcfa11e commit 0cae9d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/scss/_common/fonts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
font-family: $fontFamilyHeadings;
}
}
.contents-title {
.contents-title, .contents-title-indent {
font-family: $fontFamilyHeadings;
}
}
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/style.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
{{- end -}}

{{- if .Params.smallCap | default .Site.Params.enableSmallCap -}}
{{- .Scratch.Add "style" ".post-body h1,.post-body h2,.post-body h3,.post-body h4,.post-body h5,.post-body h6,.contents-title {font-variant:small-caps}" -}}
{{- .Scratch.Add "style" ".post-body h1,.post-body h2,.post-body h3,.post-body h4,.post-body h5,.post-body h6,.contents-title,.contents-title-indent {font-variant:small-caps}" -}}
{{- end -}}

{{- with .Params.align | default "default" -}}
Expand Down

0 comments on commit 0cae9d8

Please sign in to comment.