Merge pull request #46 from gutenbergtools/bibrec4static

whoops
revert-49-master
Greg Newby 2020-01-08 15:35:10 -05:00 committed by GitHub
commit fb9d4501cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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>