Răsfoiți Sursa

Create shortcode to put blocks in panels

A core piece of this website is panels. Blogs are easy, because they all
site in one panel. Projects on the other hand contain many elements that
can be in N number of panels.
Apis Necros 2 ani în urmă
părinte
comite
aa463ca756
1 a modificat fișierele cu 3 adăugiri și 0 ștergeri
  1. 3 0
      layouts/shortcodes/inPanel.html

+ 3 - 0
layouts/shortcodes/inPanel.html

@@ -0,0 +1,3 @@
+<div class="panel my-2">
+    {{ .Inner | markdownify }}
+</div>