Improved Safari Reader support

This commit is contained in:
Sodbileg Gansukh
2024-07-02 13:50:47 +08:00
parent 933c34ac92
commit ed015bab11
2 changed files with 11 additions and 12 deletions

View File

@@ -19,11 +19,11 @@
{{#if @custom.show_post_metadata}}
<div class="gh-article-meta">
<div class="gh-article-author-image">
<div class="gh-article-author-image instapaper_ignore">
{{#foreach authors}}
{{#if profile_image}}
<a href="{{url}}">
<img class="author-profile-image" src="{{img_url profile_image size="xs"}}" alt="{{name}}" />
<img class="author-profile-image" src="{{img_url profile_image size="xs"}}" alt="{{name}}">
</a>
{{else}}
<a href="{{url}}">{{> "icons/avatar"}}</a>