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

github.com/the2ne/hugo-frais.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/post-meta.html')
-rw-r--r--layouts/partials/post-meta.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/layouts/partials/post-meta.html b/layouts/partials/post-meta.html
index 99721ec..1790b69 100644
--- a/layouts/partials/post-meta.html
+++ b/layouts/partials/post-meta.html
@@ -1,9 +1,9 @@
{{ $baseurl := .Site.BaseURL }}
-<ul class="post-meta__infos">
- <li class="post-meta__author" itemprop="author">{{ .Site.Params.author }}</li>
- <li class="post-meta__date"><time datetime="{{ .Date.Format "2006-01-02" }}" itemprop="datePublished">{{ .Date.Format "02 January 2006" }}</time></li>
+<ul class="post__meta__infos">
+ <li class="post__meta__author" itemprop="author">{{ .Site.Params.author }}</li>
+ <li class="post__meta__date"><time datetime="{{ .Date.Format "2006-01-02" }}" itemprop="datePublished">{{ .Date.Format "02 January 2006" }}</time></li>
</ul>
-<ul class="post-meta__tags">
+<ul class="post__meta__tags">
{{ range .Params.tags }}
<li><a href="{{ $baseurl }}tags/{{ . }}">{{ . }} </a></li>
{{ end }}