Sfoglia il codice sorgente

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 anni fa
parent
commit
aa463ca756
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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>