make new
Some checks are pending
www2.ourworld.tf / Deploy (push) Waiting to run

This commit is contained in:
2024-10-23 17:35:42 +02:00
parent db61ef4b96
commit 2c529632c1
25 changed files with 10562 additions and 230 deletions

View File

@@ -83,7 +83,7 @@
{% set author = get_page(path=author_path) %}
{% set author_img = get_url(path='/' ~ author.relative_path | replace(from='_', to='-') | replace(from='index.md', to=author.extra.imgPath)) %}
<span>
<a href="{{author.permalink}}" tooltip="{{author.title}}" class="hover:underline text-gray-800">{{ author.title }}</a>
<a href="{{author.permalink}}" tooltip="{{author.title}}" class="hover:underline text-gray-600">{{ author.title }}</a>
</span>
{% endif %}
{% endfor %}