aboutsummaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-05-04 20:48:57 -0400
committertdro <tdro@noreply.example.com>2023-05-04 20:48:57 -0400
commit885c2368e3072eb91a0dcc47a4cdb45c5fa2f45a (patch)
tree08efbcc7ac1037fc74c778952c72ecab6345d2ba /themes
parent95d0cf887535137b9f0b04dce166b294db914b03 (diff)
downloadcanory-885c2368e3072eb91a0dcc47a4cdb45c5fa2f45a.tar.gz
canory-885c2368e3072eb91a0dcc47a4cdb45c5fa2f45a.tar.bz2
canory-885c2368e3072eb91a0dcc47a4cdb45c5fa2f45a.zip
themes/default/layouts/_default/taxonomy: Remove h3 author link
Unnecessary
Diffstat (limited to 'themes')
-rw-r--r--themes/default/layouts/_default/taxonomy.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/themes/default/layouts/_default/taxonomy.html b/themes/default/layouts/_default/taxonomy.html
index e0126d2..c0b0fe7 100644
--- a/themes/default/layouts/_default/taxonomy.html
+++ b/themes/default/layouts/_default/taxonomy.html
@@ -42,11 +42,6 @@
</picture>
</a>
</figure>
- <h3>
- <a data-hover href="{{ print ("" | absURL) "/" $author.user "/" }}">
- @{{ $author.user }}
- </a>
- </h3>
<time
datetime="{{ .Date | time.Format "2006-01-02T15:04:05Z" }}"
title="{{ .Date | time.Format "Posted: Monday, January 2, 2006 at 15:04:05 MST" }}"