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

gitlab.com/toryanderson/hugo-icarus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTory S. Anderson <torys.anderson@gmail.com>2020-04-29 21:06:02 +0300
committerTory S. Anderson <torys.anderson@gmail.com>2020-04-29 21:06:02 +0300
commitf2b7c35978458413bf9579d5e8e0fa809142feb6 (patch)
tree2d729edc4919e63c397e7962cbcf10ce7f5d8aa9
parentfb12dfbddbc4edbdfed806c6cecc47b9ce446436 (diff)
fixed post count
-rw-r--r--layouts/partials/profile.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/profile.html b/layouts/partials/profile.html
index 0b42087..163b726 100644
--- a/layouts/partials/profile.html
+++ b/layouts/partials/profile.html
@@ -17,7 +17,7 @@
</div>
<div class="article-info profile-block">
<div class="article-info-block">
- {{ len (where .Site.RegularPages "Type" "post") }}
+ {{ len .Site.RegularPages }}
<span>{{with .Site.Data.l10n.profile.posts}}{{.}}{{end}}</span>
</div>
<div class="article-info-block">