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

github.com/urjaacharya/redgood.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/section/pinnedPosts.html')
-rw-r--r--layouts/section/pinnedPosts.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/section/pinnedPosts.html b/layouts/section/pinnedPosts.html
index df67ed7..e9e39b4 100644
--- a/layouts/section/pinnedPosts.html
+++ b/layouts/section/pinnedPosts.html
@@ -2,7 +2,7 @@
<h1>{{ .Title }}</h1>
{{$paginator := .Paginate (where .Site.Pages "Params.pinned" true).ByDate.Reverse 5 }}
{{ range $paginator.Pages }}
-<h3><a href="{{ .Permalink }}" aria-label="{{ .Title }}">{{ .Title }}</a></h3>
+<h3><a href="{{ .Permalink }}">{{ .Title }}</a></h3>
<time>{{ dateFormat .Site.Params.theme.dateFormat .Date }}</time>
<p>{{ .Summary | truncate 200 }}</p>
{{ end }}