aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-08-28 02:34:10 -0400
committertdro <tdro@noreply.example.com>2022-08-28 02:34:10 -0400
commit895645cd7bf1e6698487d7309baae292f9afa834 (patch)
treedef04b124182ea99740b404ab7bf80fd2edc658c
parentc6e2fa00323b8bfd5ec55783837e1a7e1e0ddc24 (diff)
downloadcanory-895645cd7bf1e6698487d7309baae292f9afa834.tar.gz
canory-895645cd7bf1e6698487d7309baae292f9afa834.tar.bz2
canory-895645cd7bf1e6698487d7309baae292f9afa834.zip
themes/default/layouts/partials/meta-context-menu: Plain text before permalink
-rw-r--r--themes/default/layouts/partials/meta-context-menu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/layouts/partials/meta-context-menu.html b/themes/default/layouts/partials/meta-context-menu.html
index 7a87984..de6dd0b 100644
--- a/themes/default/layouts/partials/meta-context-menu.html
+++ b/themes/default/layouts/partials/meta-context-menu.html
@@ -17,13 +17,13 @@
<input hidden type="checkbox" id="context-metadata-{{ $id }}" />
<context-menu anchor>
{{- partial "meta-markdown.html" . -}}
- {{- partial "meta-permalink.html" . -}}
<micro-metadata-plain>
<a href="{{ $plain }}">
{{- safeHTML (readFile (print (partial "function-paths.html" "static") "/icons/feather/file-text.svg")) -}}
<span>plaintext</span>
</a>
</micro-metadata-plain>
+ {{- partial "meta-permalink.html" . -}}
<micro-metadata-datetime>
<a title="{{ .Date.Local | time.Format "3:04 PM Jan 2 2006" -}}" href="{{ $href }}">
{{- safeHTML (readFile (print (partial "function-paths.html" "static") "/icons/feather/calendar.svg")) -}}