Files: 051bbe032c6507f24a8fed07501c7252b8eb66d6 / _includes / author.html
221 bytesRaw
1 | |
2 | <div class="pic"> |
3 | <a name="{{ key }}" /> |
4 | <img src="{{ author.pic }}" /> |
5 | </div> |
6 | <div class="bio"> |
7 | <p> |
8 | {{ author.full_bio_ms }} |
9 | <p> |
10 | <p style="font-style:italic"> |
11 | {{ author.full_bio_en }} |
12 | </p> |
13 | </div> |
14 |
Built with git-ssb-web