Pārlūkot izejas kodu

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 gadi atpakaļ
vecāks
revīzija
aa463ca756
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  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>