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

github.com/h-enk/doks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenk Verlinde <henk@ventizo.com>2020-11-04 10:26:58 +0300
committerHenk Verlinde <henk@ventizo.com>2020-11-04 10:26:58 +0300
commit97d8e2c0e2568f9f9f653dcc243d06aa25482e70 (patch)
treef4446085f0fd31c73085b2b1902b2af545d98ae5 /layouts/partials/main/blog-meta.html
parent90cea786c1aec4cc7004fdf9571ad05a739aa96c (diff)
feat: add flexsearch
Diffstat (limited to 'layouts/partials/main/blog-meta.html')
-rw-r--r--layouts/partials/main/blog-meta.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/main/blog-meta.html b/layouts/partials/main/blog-meta.html
index 92b649c..08c885d 100644
--- a/layouts/partials/main/blog-meta.html
+++ b/layouts/partials/main/blog-meta.html
@@ -1 +1 @@
-<p><small>Posted {{ .Lastmod.Format "January 2, 2006" }} by {{ if .Params.authors -}}{{ range $index, $author := .Params.authors }}{{ if gt $index 0 }} and {{ end }}<a class="stretched-link position-relative" href="{{ "/authors/" | absURL }}{{ . | urlize }}/">{{ . }}</a>{{ end -}}{{ end -}}&nbsp;&hyphen;&nbsp;<strong>{{ .ReadingTime -}}&nbsp;min read</strong></small><p> \ No newline at end of file
+<p><small>Posted {{ .PublishDate.Format "January 2, 2006" }} by {{ if .Params.contributors -}}{{ range $index, $contributor := .Params.contributors }}{{ if gt $index 0 }} and {{ end }}<a class="stretched-link position-relative" href="{{ "/contributors/" | absURL }}{{ . | urlize }}/">{{ . }}</a>{{ end -}}{{ end -}}&nbsp;&hyphen;&nbsp;<strong>{{ .ReadingTime -}}&nbsp;min read</strong></small><p> \ No newline at end of file