aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/layouts/partials')
-rw-r--r--themes/default/layouts/partials/profile.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/layouts/partials/profile.html b/themes/default/layouts/partials/profile.html
index 5d431e0..560a50f 100644
--- a/themes/default/layouts/partials/profile.html
+++ b/themes/default/layouts/partials/profile.html
@@ -1,6 +1,6 @@
{{- $author := partial "function-authors-data.html" . -}}
-<micro-header>
+<profile-box>
<picture data-type="banner">
{{ partial "author-header.html" . }}
</picture>
@@ -37,6 +37,6 @@
<span><b>{{ with $author.feeds.rss }}{{ len . }}{{ else }} 0 {{ end }}</b> Following</span>
</p>
</footer>
-</micro-header>
+</profile-box>
{{- partial "profile-tabs.html" . -}}