Modals + Img Grid
This commit is contained in:
8
layouts/partials/components/text_sidepanel.html
Normal file
8
layouts/partials/components/text_sidepanel.html
Normal file
@@ -0,0 +1,8 @@
|
||||
{{ with .Params.text_sidepanel }}
|
||||
{{ if .active }}
|
||||
<div class="mb-8 {{ .section_class }}">
|
||||
<h5 class="{{ .title_class }}">{{ .title }}</h5>
|
||||
<p class="{{ .text_class }}">{{ .text | markdownify }}</p>
|
||||
</div>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user