mirror of
https://github.com/clockworkpi/wiki.clockworkpi.com.git
synced 2025-12-12 08:48:51 +01:00
15 lines
424 B
HTML
15 lines
424 B
HTML
{%- if page.author_full -%}
|
|
<div id="author" class="portlet">
|
|
<div class="portlet-body">
|
|
{%- assign author = page.author_full -%}
|
|
<ul>
|
|
<li><a href="{{ author.url }}">{{ author.name }}</a></li>
|
|
</ul>
|
|
{%- if author.logo -%}
|
|
<img src="{{ author.logo }}" style="max-width: 100%;margin: 3px" />
|
|
{%- endif -%}
|
|
</div>
|
|
<h3>{{ site.data.i18n[site.lang].label.author }}</h3>
|
|
</div>
|
|
{%- endif -%}
|