Initial version
This commit is contained in:
commit
ed5653a7fc
211 changed files with 11043 additions and 0 deletions
3
themes/zen/layouts/shortcodes/wrapper.html
Normal file
3
themes/zen/layouts/shortcodes/wrapper.html
Normal file
|
@ -0,0 +1,3 @@
|
|||
{{ $display := "inline" -}}
|
||||
{{ if eq (.Get 1) "block" }}{{ $display = "block" }}{{ end -}}
|
||||
<div class="{{ .Get 0 }}">{{ if eq (.Get 1) "nomarkdown" }}{{ .Inner }}{{ else }}{{ .Inner | $.Page.RenderString (dict "display" $display) }}{{ end }}</div>
|
Loading…
Add table
Add a link
Reference in a new issue