Refactor site to new theme
Some checks failed
Build and Deploy Hugo / deploy (push) Failing after 20s

This commit is contained in:
Alex Selimov 2026-03-02 14:56:56 -05:00
parent 1c5cdb3b97
commit 2519b96a86
16 changed files with 2590 additions and 83 deletions

View file

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