vitess-gh/vitess.io/_includes/page-author.html

12 строки
521 B
HTML

{% if page.author %}
{% assign author = site.data.authors[page.author] %}{% else %}{% assign author = site.owner %}
{% endif %}
<div class="author-image">
<img src="{{ site.url }}/images/{{ author.avatar }}" alt="{{ author.name }}">
</div>
<div class="author-content">
<h3 class="author-name" >Written by {% if author.web %}<a href="{{ author.web }}" itemprop="author">{{ author.name }}</a>{% else %}<span itemprop="author">{{ author.name }}</span>{% endif %}</h3>
<p class="author-bio">{{ author.bio }}</p>
</div>