whoops
parent
a98fd4fb4d
commit
ee7f082c01
|
@ -158,7 +158,7 @@ ${site_top()}
|
||||||
<tr py:for="author in e.authors">
|
<tr py:for="author in e.authors">
|
||||||
<th>${author.role}</th>
|
<th>${author.role}</th>
|
||||||
<td>
|
<td>
|
||||||
<a href="/browse/authors/${author.first_lettter}#$a{author.id}"
|
<a href="/browse/authors/${author.first_lettter}#a${author.id}"
|
||||||
rel="marcrel:${author.marcrel}" about="/authors/" typeof="pgterms:agent"
|
rel="marcrel:${author.marcrel}" about="/authors/" typeof="pgterms:agent"
|
||||||
itemprop="creator">${author.name_and_dates}</a></td>
|
itemprop="creator">${author.name_and_dates}</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Reference in New Issue