AlexSelimov.com/layouts/shortcodes/code.html
Alex Selimov 2519b96a86
Some checks failed
Build and Deploy Hugo / deploy (push) Failing after 20s
Refactor site to new theme
2026-03-02 14:56:56 -05:00

6 lines
198 B
HTML

{{ .Page.Store.Set "hasCodeBlock" true }}
{{ $lang := .Get "language" | default "" }}
{{ with .Get "title" }}
<p><strong>{{ . }}</strong></p>
{{ end }}
{{ highlight (trim .Inner "\r\n") $lang "" }}