IMPROVEMENT: Permalink -> RelPermalink

This commit is contained in:
FarseaSH 2024-09-09 21:09:52 +08:00
parent ad503162f2
commit bf1d1e396a
5 changed files with 24 additions and 24 deletions

View file

@ -69,7 +69,7 @@
{{ $logo_file = . }}
{{ end }}
{{ if resources.Get $logo_file }}
{{ $logo_file = (resources.Get $logo_file).Permalink }}
{{ $logo_file = (resources.Get $logo_file).RelPermalink }}
{{ end }}
<img src="{{ $logo_file }}" class="link-logo">
</td>