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

github.com/jbub/ghostwriter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjbub <contact@jbub.eu>2015-05-18 23:01:00 +0300
committerjbub <contact@jbub.eu>2015-05-18 23:01:00 +0300
commit881372b023188a0c1c62e7e9806a74e21e649678 (patch)
treeade4c2781d45a00c40016fc6ee7d6fc978f71535 /layouts
parent990c2902df560668570dc32524964f62350375ee (diff)
update page stub
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/page-stub.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/page-stub.html b/layouts/partials/page-stub.html
index a1903f8..0fe2eaf 100644
--- a/layouts/partials/page-stub.html
+++ b/layouts/partials/page-stub.html
@@ -1,6 +1,6 @@
<li class="post-stub">
<a href="{{ .Permalink }}">
- <h4 class="post-stub-title" itemprop="name">{{ .Title }}</h4>
+ <h4 class="post-stub-title">{{ .Title }}</h4>
{{ if .Description }}
<p class="post-stub-description">{{ .Description }}</p>
{{ end }}