Browse Source

Add recipeSummary shortcode

This shortcode adds a summary paragraph for the recipe marked up for the h-recipe microformat
Bee Hudson 6 tháng trước cách đây
mục cha
commit
35271878e6
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      layouts/shortcodes/recipeSummary.html

+ 4 - 0
layouts/shortcodes/recipeSummary.html

@@ -0,0 +1,4 @@
+<p class="p-summary">
+    {{ .Inner | markdownify -}}
+</p>
+<hr />