Files
2025-10-25 12:39:30 +02:00

9 lines
391 B
HTML

{% assign author = site.data.authors[include.author] | default:site.data.authors.first[1] | default:site.author %}
{% if author.about %}
<aside class="about related mt4 mb4" role="complementary">
{% assign about_heading = site.data.strings.about | default:"About" %}
{% include components/author.html author=author heading=about_heading heading_tag='h2' %}
</aside>
{% endif %}