Jelajahi Sumber

Add recipeSummary shortcode

This shortcode adds a summary paragraph for the recipe marked up for the h-recipe microformat
Bee Hudson 6 bulan lalu
induk
melakukan
35271878e6
1 mengubah file dengan 4 tambahan dan 0 penghapusan
  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 />