Merge pull request #46 from crateout/master

fix(article): related contents is showing hidden post
This commit is contained in:
Jimmy Cai 2020-11-06 10:36:23 +01:00 committed by GitHub
commit 3db6df8f46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
<aside class="related-contents--wrapper">
{{ $related := .Site.RegularPages.Related . | first 5 }}
{{ $related := (where (.Site.RegularPages.Related .) "Params.hidden" "!=" true) | first 5 }}
{{ with $related }}
<h2 class="section-title">{{ T "relatedContents" }}</h2>
<div class="related-contents">