feat(author): add author_link and fix highlight bug
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
<figure>
|
||||
<img
|
||||
{{- $res := resources.Get "svg/loading.svg" | minify -}}
|
||||
{{ $res := resources.Get "svg/loading.svg" | minify -}}
|
||||
src="{{ $res.RelPermalink }}"
|
||||
data-sizes="auto"
|
||||
data-src="{{ .Destination | safeURL }}"
|
||||
alt="{{ .Text }}"
|
||||
{{- with .Title -}}
|
||||
{{ with .Title -}}
|
||||
title="{{ . }}"
|
||||
{{- end -}}
|
||||
{{ end -}}
|
||||
class="lazyload"
|
||||
>
|
||||
<figcaption class="image-caption">
|
||||
|
||||
Reference in New Issue
Block a user