mirror of
https://github.com/clockworkpi/wiki.clockworkpi.com.git
synced 2026-03-19 02:12:40 +01:00
change to relative path for <head>
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<li><a href="{{ author.url }}">{{ author.name }}</a></li>
|
||||
</ul>
|
||||
{%- if author.logo -%}
|
||||
<img src="/{{ author.logo }}" style="max-width: 100%;margin: 3px" />
|
||||
<img src="{{ author.logo }}" style="max-width: 100%;margin: 3px" />
|
||||
{%- endif -%}
|
||||
</div>
|
||||
<h3>{{ site.data.i18n[site.lang].label.author }}</h3>
|
||||
|
||||
Reference in New Issue
Block a user