瀏覽代碼

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>