mirror of
https://github.com/tiennm99/tsuki.git
synced 2026-09-01 16:18:49 +00:00
Add skip-to-content link, enhance focus indicators, implement custom render hooks for links and images, fix giscus dark mode paint issue.
6 lines
234 B
HTML
6 lines
234 B
HTML
{{- /* In-content images get loading="lazy" + decoding="async" by default. */ -}}
|
|
<img src="{{ .Destination | safeURL }}" alt="{{ .Text }}" loading="lazy" decoding="async"
|
|
{{- with .Title }} title="{{ . }}"{{ end -}}
|
|
>
|
|
{{- /**/ -}}
|