mirror of https://github.com/lxndrblz/anatole.git

alexanderdavide
03.11.2022 c14fb1e46cd2d37a0fa0256d27cf7dfb997bd6f7
feat: uppercase headings on overview pages
2 files modified
3 ■■■■ changed files
assets/scss/partials/components/_archive.scss 1 ●●●● patch | view | raw | blame | history
layouts/index.html 2 ●●● patch | view | raw | blame | history
assets/scss/partials/components/_archive.scss
@@ -32,6 +32,7 @@
    &-title {
      display: inline-block;
      flex: 0.96;
      text-transform: uppercase;
      @include themed() {
        color: t('primary');
layouts/index.html
@@ -57,7 +57,7 @@
      {{ end }}
      <div class="post__content">
        <h3><a href="{{ .RelPermalink }}">{{ .Title }}</a></h3>
        <h3><a href="{{ .RelPermalink }}">{{ upper .Title }}</a></h3>
        {{ if .Site.Params.fullPostContent }}
          {{ .Content }}