aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/context-profile.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/layouts/partials/context-profile.html')
-rw-r--r--themes/default/layouts/partials/context-profile.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/themes/default/layouts/partials/context-profile.html b/themes/default/layouts/partials/context-profile.html
index cb0f71f..056009c 100644
--- a/themes/default/layouts/partials/context-profile.html
+++ b/themes/default/layouts/partials/context-profile.html
@@ -2,7 +2,7 @@
<context-profile>
<context-menu>
- <section>
+ <div>
<aside>
<figure>
<a title="{{ $author.name }}" href="{{ .Site.BaseURL }}/{{ $author.user }}">
@@ -13,10 +13,10 @@
</figure>
</aside>
<aside>
- <h1>{{ $author.name }}</h1>
- <h2>@{{ $author.user }}</h2>
+ <h2>{{ $author.name }}</h2>
+ <p>@{{ $author.user }}</p>
</aside>
- </section>
+ </div>
<p>{{- $author.description | markdownify -}}</p>
</context-menu>
</context-profile>