removes all space consuming symbols in templates
This commit is contained in:
parent
c5ab13bf48
commit
90a8c7d5af
26 changed files with 126 additions and 126 deletions
|
@ -1,6 +1,6 @@
|
|||
{{ if .Site.Params.relatedPosts }}
|
||||
{{ $related := .Site.RegularPages.Related . | first 5 }}
|
||||
{{ with $related -}}
|
||||
{{ with $related }}
|
||||
<div class="post__related">
|
||||
<!-- related content -->
|
||||
<h2>Related Articles</h2>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue