mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 01:14:22 +00:00
Convert docs to docsy
This commit is contained in:
12
site/themes/docsy/layouts/shortcodes/blocks/section.html
Normal file
12
site/themes/docsy/layouts/shortcodes/blocks/section.html
Normal file
@@ -0,0 +1,12 @@
|
||||
{{ $_hugo_config := `{ "version": 1 }` }}
|
||||
{{ $col_id := .Get "color" | default .Ordinal }}
|
||||
{{ $height := .Get "height" | default "auto" }}
|
||||
{{ $type := .Get "type" | default "" }}
|
||||
<a id="td-block-{{ .Ordinal }}" class="td-offset-anchor"></a>
|
||||
<section class="row td-box td-box--{{ $col_id }} td-box--gradient td-box--height-{{ $height }}">
|
||||
<div class="col">
|
||||
<div class="row {{ $type }}">
|
||||
{{ .Inner | markdownify}}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
Reference in New Issue
Block a user