From 8934a7738eba3836c34c1b9369c28a42afc1c66d Mon Sep 17 00:00:00 2001 From: tdro Date: Sun, 10 Sep 2023 09:15:05 -0400 Subject: themes/default/layouts/partials/profile: Namespace to profile-box --- themes/default/layouts/partials/profile.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'themes/default/layouts/partials') 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" . -}} - + {{ partial "author-header.html" . }} @@ -37,6 +37,6 @@ {{ with $author.feeds.rss }}{{ len . }}{{ else }} 0 {{ end }} Following

-
+ {{- partial "profile-tabs.html" . -}} -- cgit v1.2.3