aboutsummaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-10-12 22:04:31 -0400
committertdro <tdro@noreply.example.com>2022-10-12 22:04:31 -0400
commitda731cf02221e19d20fff906cabaaad4fd7d32a5 (patch)
treeaf9d82d8d5091c28aab5ea1acbc40d74343b48d5 /themes
parent8e7148f8e04b9d18dcb5fd5b0b797be2b5872f0e (diff)
downloadcanory-da731cf02221e19d20fff906cabaaad4fd7d32a5.tar.gz
canory-da731cf02221e19d20fff906cabaaad4fd7d32a5.tar.bz2
canory-da731cf02221e19d20fff906cabaaad4fd7d32a5.zip
themes/default/layouts/partials/profile-tabs: Style anchor with draft attribute
Diffstat (limited to 'themes')
-rw-r--r--themes/default/layouts/partials/profile-tabs.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/layouts/partials/profile-tabs.html b/themes/default/layouts/partials/profile-tabs.html
index 42464be..e04cac7 100644
--- a/themes/default/layouts/partials/profile-tabs.html
+++ b/themes/default/layouts/partials/profile-tabs.html
@@ -7,7 +7,7 @@
<a href="{{ .Site.BaseURL }}/{{ $author.user }}/media/">Media</a>
<a href="{{ .Site.BaseURL }}/{{ $author.user }}/likes/">Likes</a>
{{- if .Site.BuildDrafts }}
- <a href="{{ .Site.BaseURL }}/{{ $author.user }}/drafts/">Drafts</a>
+ <a data-draft href="{{ .Site.BaseURL }}/{{ $author.user }}/drafts/">Drafts</a>
{{- end }}
</aside>
</tab-list>