Skip to content
Snippets Groups Projects
Commit b2c04049 authored by alexisben's avatar alexisben
Browse files

remove article in single post

parent 17058a35
No related branches found
No related tags found
No related merge requests found
{{ define "main" }}
{{ partial "posts/hero-single.html" . }}
<article itemscope itemtype="https://schema.org/NewsArticle">
<section itemscope itemtype="https://schema.org/NewsArticle">
<meta itemprop="headline" content="{{ partial "PrepareHTML" .Title }}">
<meta itemprop="url" content="{{ .Permalink }}">
{{ if .Date }}<meta itemprop="datePublished" content="{{ .Date.Format "2006-01-02T15:04" }}">{{ end }}
......@@ -28,5 +28,5 @@
</div>
</div>
</div>
</article>
</section>
{{ end }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment