Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@
font-size: 35px;
text-decoration: none;
}
a.email {
a.email, .uri {
text-decoration: none;
color: #00000030;
font-size: 35px;
Expand Down Expand Up @@ -389,10 +389,15 @@
$author.name$<sup> $author.affil$$if(author.orcid)$, <a class="orcid" href="https://orcid.org/$author.orcid$"><img src="https://raw.githubusercontent.com/brentthorne/posterdown/master/images/orcid.jpg"></a>$else$$endif$</sup><br>
$if(author.twitter)$<a class="twitter" href="https://mobile.twitter.com/$author.twitter$"><i class="fab fa-twitter"></i>&nbsp;&nbsp;@$author.twitter$</a><br>
$else$$endif$

$if(author.email)$
<a class='envelope'><i class="fas fa-envelope"></i></a> $author.email$ <br>
$else$$endif$
$if(author.website)$
<a class='envelope'><i class="fas fa-globe"></i></a> $author.website$ <br>
$else$$endif$

$else$$endif$
$sep$ $endfor$
</h3>

Expand Down