Color links in green

This commit is contained in:
Joachim
2021-12-22 14:53:34 +01:00
parent 6308625bab
commit 13d668e49e
2 changed files with 9 additions and 9 deletions

View File

@ -13,7 +13,7 @@
{% for author in book.authors.all|slice:limit %}
<a
href="{{ author.local_path }}"
class="author"
class="author {{ link_class }}"
itemprop="author"
itemscope
itemtype="https://schema.org/Thing"