Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jeblister/kube.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/page-summary.html')
-rw-r--r--layouts/partials/page-summary.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/page-summary.html b/layouts/partials/page-summary.html
index 403ea83..79c72e3 100644
--- a/layouts/partials/page-summary.html
+++ b/layouts/partials/page-summary.html
@@ -1,4 +1,4 @@
-<div itemscope itemtype="http://schema.org/CreativeWork">
+<li itemscope itemtype="http://schema.org/CreativeWork">
<h2 class="title">
<a href="{{ .Permalink }}" itemprop="headline">{{ .Title }}</a>
</h2>
@@ -6,4 +6,4 @@
{{ if .Description }}
<p itemprop="about">{{ .Description }}</p>
{{ end }}
-</div>
+</li>