AlexSelimov.com/layouts/shortcodes/code.html

7 lines
198 B
HTML
Raw Normal View History

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