소스 검색

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 }}