Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruPagge <git@upagge.ru>2021-03-07 21:56:35 +0300
committeruPagge <git@upagge.ru>2021-03-07 21:56:35 +0300
commitdccb83bbd9fb9662987fccf1b22280c4a5fd1ceb (patch)
tree879e7d8aaf68345cc437cd46a124a42f40ffa94e
parent5a45e2eb974f1068da49d1da7e048a6f857be8da (diff)
fix header
-rw-r--r--layouts/posts/single.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/posts/single.html b/layouts/posts/single.html
index 6881fa2..485ee0c 100644
--- a/layouts/posts/single.html
+++ b/layouts/posts/single.html
@@ -76,8 +76,8 @@
<a href="{{ with $author.site }} {{- . | safeHTML -}}{{ end }}" class="hero-author-profile">
<img class="hero-author-avatar" src="{{ with $author.avatar }} {{- . | safeHTML -}}{{ end }}" alt="Bruno Krebs">
<div class="profile-text-wrapper">
- <h4 class="hero-author-profile-name">{{ $author.full_name }}</h4>
- <h4 class="hero-author-profile-title">{{ $params.customAuthor.short_about | default $author.short_about }}</h4>
+ <span class="hero-author-profile-name">{{ $author.full_name }}</span>
+ <span class="hero-author-profile-title">{{ $params.customAuthor.short_about | default $author.short_about }}</span>
</div>
</a>