ソースを参照

Change microformat from entry to recipe

Bee Hudson 6 ヶ月 前
コミット
10faad1736
1 ファイル変更1 行追加1 行削除
  1. 1 1
      layouts/recipes/single.html

+ 1 - 1
layouts/recipes/single.html

@@ -1,6 +1,6 @@
 
 {{ define "main" }}
-<article class="panel flex-1 blog-post h-entry">
+<article class="panel flex-1 blog-post h-recipe">
 	<h1 class="blog-post--title p-name"><a href="{{ .RelPermalink }}" class="u-url text-black no-underline">{{ .Title }}</a></h1>
 	<div class="blog-post--body e-content">
 		{{ .Content }}