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:
authorMohamed <jeblister@gmail.com>2018-02-17 15:36:30 +0300
committerGitHub <noreply@github.com>2018-02-17 15:36:30 +0300
commit8b8243f5647a02cf5079cf4783068bad45912759 (patch)
tree1076903584958af58f5b6eed0f03e335bf6ab122
parentd12d3f643f12e7eda02653cc6eb17ee593cce53f (diff)
parent74f4bf411334ed38fd581015161d19d97ff34a06 (diff)
Merge pull request #16 from jonashaag/patch-1
Fix 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>