Преглед на файлове

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 години
родител
ревизия
aa463ca756
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  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>