This repository has been archived on 2024-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
static/src/_includes/author.html
Pim Kunis dc7fefbafd create src directory with all jekyll source code
create nix derivation to generate jekyll static content
2024-04-21 11:04:46 +02:00

9 lines
242 B
HTML

<div class="author">
<img
class="author-avatar"
src="{{ site.author.avatar }}"
alt="{{ site.author.username }}"
/>
<h2 class="author-name">{{ site.author.name }}</h2>
<p class="author-bio">{{ site.author.bio }}</p>
</div>