summaryrefslogtreecommitdiff
path: root/web/template
diff options
context:
space:
mode:
Diffstat (limited to 'web/template')
-rw-r--r--web/template/profile.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/template/profile.tmpl b/web/template/profile.tmpl
index a9842b44c..fe1ac092d 100644
--- a/web/template/profile.tmpl
+++ b/web/template/profile.tmpl
@@ -61,7 +61,7 @@
<section class="about-user">
<div class="col-header">
- <h3>About</h3>
+ <h1>About</h1>
</div>
<div class="fields">
@@ -99,7 +99,7 @@
<section class="toots">
{{ if .pinned_statuses }}
<div class="col-header">
- <h3>Pinned posts</h3>
+ <h2>Pinned posts</h2>
<a href="#recent">jump to recent</a>
</div>
<section class="thread">
@@ -112,7 +112,7 @@
{{ end }}
<div class="col-header">
- <h3 id="recent" tabindex="-1">Recent posts</h3>
+ <h2 id="recent" tabindex="-1">Recent posts</h2>
{{ if .rssFeed }}
<a href="{{ .rssFeed }}" class="rss-icon" aria-label="RSS feed">
<i class="fa fa-rss-square" aria-hidden="true"></i>