mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2025-10-09 18:21:15 +00:00
Update to Hugo v0.143.1
This commit is contained in:
parent
615e03bca3
commit
525b28e98b
13 changed files with 36 additions and 49 deletions
|
@ -10,7 +10,7 @@
|
|||
{{ range last 1 $posts }}
|
||||
{{ $tags := .Site.Taxonomies.tags }}
|
||||
<div class='bloglist-teaser block-center'>
|
||||
Hello! This page contains <strong>{{ $postCount | lang.NumFmt 0 }} posts</strong>
|
||||
Hello! This page contains <strong>{{ $postCount | lang.FormatNumber 0 }} posts</strong>
|
||||
written in the past <strong>{{ div (sub now.Unix .Date.Unix) 31536000 }} years</strong>
|
||||
spanning
|
||||
{{ len $tags }} topics within the dropdown above.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue