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
|
@ -6,12 +6,12 @@
|
|||
{{.}}
|
||||
</span>
|
||||
{{ end }}
|
||||
{{ partial "page-single/post-meta-top.html" . }}
|
||||
{{ partial "page-single/post-meta.html" . }}
|
||||
</header>
|
||||
<div class="post">
|
||||
{{ .Content }}
|
||||
</div>
|
||||
{{ partial "page-single/post-meta-bottom.html" . }}
|
||||
{{ partial "page-single/post-navigation.html" . }}
|
||||
{{ partial "page-single/post-related.html" . }}
|
||||
{{- partial "page-single/post-comment.html" . -}}
|
||||
{{ partial "page-single/post-comment.html" . }}
|
||||
</article>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue