aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/profile.html
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-09-10 09:15:05 -0400
committertdro <tdro@noreply.example.com>2023-09-10 09:15:05 -0400
commit4386b685505b0142b46a29b097dd5340b5bcfb8c (patch)
tree7c17a9fe7ca6db29abe886461121d1b8db901d40 /themes/default/layouts/partials/profile.html
parent491546bf0f9170bbca53fc9543e4b74ed7207f37 (diff)
downloadcanory-4386b685505b0142b46a29b097dd5340b5bcfb8c.tar.gz
canory-4386b685505b0142b46a29b097dd5340b5bcfb8c.tar.bz2
canory-4386b685505b0142b46a29b097dd5340b5bcfb8c.zip
themes/default/layouts/partials/profile-tabs: Anchor tabs
Add absolute scroll target offset if browser supports it
Diffstat (limited to 'themes/default/layouts/partials/profile.html')
-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 2043e49..5d431e0 100644
--- a/themes/default/layouts/partials/profile.html
+++ b/themes/default/layouts/partials/profile.html
@@ -37,6 +37,6 @@
<span><b>{{ with $author.feeds.rss }}{{ len . }}{{ else }} 0 {{ end }}</b> Following</span>
</p>
</footer>
-
- {{ partial "profile-tabs.html" . }}
</micro-header>
+
+{{- partial "profile-tabs.html" . -}}