Color links in green
This commit is contained in:
parent
6308625bab
commit
13d668e49e
2 changed files with 9 additions and 9 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue