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

David Grevink
19.07.2021 548b8eaddfb1d78b6bd978abc63c14dd7a976c97
layouts/partials/sidebar.html
@@ -4,7 +4,7 @@
            <img src="{{ .Site.Params.profilePicture | absURL }}" alt="profile picture">
            <h3 title=""><a href="/">{{ .Site.Params.Title }}</a></h3>
            <div class="description">
                <p>{{ .Site.Params.description }}</p>
                <p>{{ replace .Site.Params.description "\n" "<br>" | safeHTML }}</p>
            </div>
        </div>
    </div>