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

Alexander Bilz
23.25.2021 0ec60e9678d5f049b687d1b753dd73c1a5107daa
Fix: Adjusted title of single.html to be a H1 header

2 files modified
4 ■■■■ changed files
assets/css/style.css 2 ●●● patch | view | raw | blame | history
layouts/_default/single.html 2 ●●● patch | view | raw | blame | history
assets/css/style.css
@@ -347,7 +347,7 @@
.post .post-title h1 {
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 5px;
    letter-spacing: 1px;
    line-height: 1;
}
layouts/_default/single.html
@@ -5,7 +5,7 @@
            <img class="post-thumbnail" src="{{ .Params.thumbnail | relURL }}" alt="Thumbnail image">
            {{ end }}
            <div class="post-title">
                <h3>{{ .Title }}</h3>
                <h1>{{ .Title }}</h1>
                {{ if or (eq .Type "post") (eq .Type .Site.Params.postSectionName) }}
                    <div class="info">
                        <em class="fas fa-calendar-day"></em>