Modals + Img Grid

This commit is contained in:
2024-10-27 02:14:26 -07:00
parent b3426ec6d8
commit 3d8aa9e608
70 changed files with 258 additions and 151 deletions

View 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 }}