Skip to content

Commit

Permalink
Update plist.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Meekdai committed Aug 14, 2024
1 parent 9f02e26 commit 8beb6d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/plist.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
{% block header %}
<h1>
<img src="{{ blogBase['avatarUrl'] }}" class="avatar circle" id="avatarImg" alt="avatar">
{%- if blogBase['displayTitle']=='eekdai' -%}
<a class="blogTitle" href="https://meekdai.com">{{ blogBase['displayTitle'] }}</a>
{%- if blogBase['displayTitle']=='Meekdai' -%}
<a class="blogTitle" href="https://meekdai.com"><span style="font-size:0;">M</span>eekdai</a>
{% else -%}
<a class="blogTitle">{{ blogBase['displayTitle'] }}</a>
{%- endif -%}
Expand Down

0 comments on commit 8beb6d3

Please sign in to comment.