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

github.com/wlh320/hugo-theme-hulga.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/archives/single.html')
-rw-r--r--layouts/archives/single.html10
1 files changed, 6 insertions, 4 deletions
diff --git a/layouts/archives/single.html b/layouts/archives/single.html
index f19ccac..728e628 100644
--- a/layouts/archives/single.html
+++ b/layouts/archives/single.html
@@ -1,15 +1,17 @@
{{ define "main" }}
-{{ partial "header.html" . }}
+{{ partial "post-header.html" . }}
<section class="section">
<div class="container content">
<div class="columns">
<div class="column is-8 is-offset-2">
- {{ $count := len (where (where .Site.Pages "Type" "post") "Kind" "page") }}
- <h2 class="has-text-centered">{{ i18n "archives" (dict "Count" $count) }}</h2>
<div class="post-archive">
{{ range (where (where .Site.Pages "Type" "post") "Kind" "page").GroupByDate "2006" }}
<div class="box container">
- <h3>{{ .Key }}</h3>
+ <h3>{{ .Key }}
+ <span class="tag is-medium is-pulled-right">
+ {{ len .Pages }}
+ </span>
+ </h3>
<ul class="listing">
{{ range .Pages }}
<li>