We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 451a88a commit 373fe0fCopy full SHA for 373fe0f
themes/vocabulary_theme/templates/author.html
@@ -15,7 +15,7 @@
15
<img class="profile" src="https://secure.gravatar.com/avatar/{{ this.md5_hashed_email }}?size=200&d=mp" alt="gravatar">
16
</figure>
17
</div>
18
- <div class="column is-8">
+ <div class="column content is-8">
19
<h2>{{ render_author_name(this) }}</h2>
20
{% if this.about %}
21
<div class="about">{{ this.about }}</div>
0 commit comments