Kaynağa Gözat

Add recipeSummary shortcode

This shortcode adds a summary paragraph for the recipe marked up for the h-recipe microformat
Bee Hudson 6 ay önce
ebeveyn
işleme
35271878e6
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  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 />