[skip ci] fix counter

This commit is contained in:
Robert Kaussow 2020-07-09 16:54:41 +02:00
parent 67544294b9
commit 543da29605
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@
{{ template "post-author" dict "name" $author.name "page" . }}
{{ end }}
{{ end }}
{{ add $ac 1 }}
{{ $ac = (add $ac 1) }}
{{ end }}
{{ end }}
@ -54,7 +54,7 @@
{{ template "post-tag" dict "name" $name "page" . }}
{{ end }}
{{ end }}
{{ add $tc 1 }}
{{ $tc = (add $tc 1) }}
{{ end }}
{{ end }}
</footer>