mirror of
https://github.com/thegeeklab/hugo-geekblog.git
synced 2024-11-24 22:10:39 +00:00
[skip ci] fix counter
This commit is contained in:
parent
67544294b9
commit
543da29605
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user