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

github.com/yanlinlin82/simple-style.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/section.html')
-rw-r--r--layouts/_default/section.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/section.html b/layouts/_default/section.html
index c7faf14..19302e9 100644
--- a/layouts/_default/section.html
+++ b/layouts/_default/section.html
@@ -5,7 +5,7 @@
<div>
{{ .Content -}}
</div>
-<ul>
+<ul class="article-list">
{{ range .Paginator.Pages -}}
<li>{{ with .Date }}{{ .Format "2006-01-02 15:04" }} - {{ end }}<a href="{{ .RelPermalink }}">{{ .Title }}</a>{{ with .Description }}: {{ . }}{{ end }}</li>
{{ end -}}