Files
xuesheng/themes/ink-free/layouts/shortcodes/inlineimg.html
2025-07-10 15:45:00 +08:00

10 lines
145 B
HTML

{{ $src := .Get "src" }}
{{ $alt := .Get "alt" }}
<img
class="inline-img"
src="{{ $src }}"
alt="{{ $alt }}"
decoding="async"
/>