a new start
This commit is contained in:
8
_includes/components/about.html
Normal file
8
_includes/components/about.html
Normal file
@@ -0,0 +1,8 @@
|
||||
{% 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 %}
|
||||
Reference in New Issue
Block a user