Sfoglia il codice sorgente

Change microformat from entry to recipe

Bee Hudson 6 mesi fa
parent
commit
10faad1736
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 }}