mirror of https://github.com/Meekdai/Gmeek.git
Update plist.html
This commit is contained in:
parent
9f02e2620b
commit
8beb6d388a
|
|
@ -40,8 +40,8 @@
|
||||||
{% block header %}
|
{% block header %}
|
||||||
<h1>
|
<h1>
|
||||||
<img src="{{ blogBase['avatarUrl'] }}" class="avatar circle" id="avatarImg" alt="avatar">
|
<img src="{{ blogBase['avatarUrl'] }}" class="avatar circle" id="avatarImg" alt="avatar">
|
||||||
{%- if blogBase['displayTitle']=='eekdai' -%}
|
{%- if blogBase['displayTitle']=='Meekdai' -%}
|
||||||
<a class="blogTitle" href="https://meekdai.com">{{ blogBase['displayTitle'] }}</a>
|
<a class="blogTitle" href="https://meekdai.com"><span style="font-size:0;">M</span>eekdai</a>
|
||||||
{% else -%}
|
{% else -%}
|
||||||
<a class="blogTitle">{{ blogBase['displayTitle'] }}</a>
|
<a class="blogTitle">{{ blogBase['displayTitle'] }}</a>
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue