테마: 작성자 이미지 경로 보정
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
</i>
|
||||
</span>
|
||||
</button>
|
||||
<a class="brand brand--topbar inline-flex min-w-0 max-w-full items-center gap-2.5" href="{{@site.url}}">
|
||||
<a class="brand brand--topbar inline-flex min-w-0 max-w-full items-center gap-2.5 lg:hidden" href="{{@site.url}}">
|
||||
{{#if @site.logo}}
|
||||
<img class="max-h-8 w-auto object-contain" src="{{@site.logo}}" alt="{{@site.title}}">
|
||||
{{else}}
|
||||
@@ -155,7 +155,7 @@
|
||||
<div hidden data-search-source>
|
||||
{{#get "authors" limit="100"}}
|
||||
{{#foreach authors}}
|
||||
<span data-search-item data-search-type="author" data-search-title="{{name}}" data-search-url="{{url}}" data-search-image="{{#if profile_image}}{{img_url profile_image size='s'}}{{/if}}"></span>
|
||||
<span data-search-item data-search-type="author" data-search-title="{{name}}" data-search-url="{{url}}" data-search-image="{{#if profile_image}}{{img_url profile_image size='s' absolute='true'}}{{/if}}"></span>
|
||||
{{/foreach}}
|
||||
{{/get}}
|
||||
{{#get "tags" limit="100"}}
|
||||
|
||||
Reference in New Issue
Block a user