Browse Source

Change microformat from entry to recipe

Bee Hudson 6 months ago
parent
commit
10faad1736
1 changed files with 1 additions and 1 deletions
  1. 1 1
      layouts/recipes/single.html

+ 1 - 1
layouts/recipes/single.html

@@ -1,6 +1,6 @@
 
 
 {{ define "main" }}
 {{ 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>
 	<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">
 	<div class="blog-post--body e-content">
 		{{ .Content }}
 		{{ .Content }}