remove link from author name

This commit is contained in:
2025-06-03 16:00:46 +03:00
parent dfe367c06c
commit 9d547a85cc
2 changed files with 6 additions and 5 deletions

View File

@@ -57,7 +57,8 @@
<div class="pl-3 flex flex-col text-xs leading-none uppercase">
{% if author %}
<a href="{{author.permalink}}" class="text-gray-400 text-xs">{{ author.title }}</a>
{{ author.title }}
<!-- <a href="{{author.permalink}}" class="text-gray-400 text-xs">{{ author.title }}</a> -->
{% endif %}
<p class="text-gray-400 text-xs">
<time datetime="{{ page.date }}"> {{ page.date | date(format="%B %e, %Y", timezone="America/Chicago")