layouts/posts/single.html
@@ -28,8 +28,8 @@ </header> <div> {{ if .Params.featured_image }} <img src='{{ .Params.featured_image }}' alt="Featured image"/> {{ if .Params.featuredImage }} <img src='{{ .Params.featuredImage }}' alt="Featured image"/> {{ end }} {{ .Content }} </div>