rename partials for consistency

This commit is contained in:
Dmitry Kolosov 2021-07-09 19:00:52 +03:00
parent de6decde38
commit 6b9c2ef4eb
12 changed files with 10 additions and 10 deletions

View file

@ -16,11 +16,11 @@
<div class="content e-content">
{{ .Content }}
</div>
{{ partial "postInfo.html" . }}
{{ partial "post-info.html" . }}
</article>
{{ if and (.Site.Params.paginationSinglePost) (ne .Type "page") }}
{{ partial "paginationPost.html" . }}
{{ partial "post-pagination.html" . }}
{{ end }}
{{ if .Site.DisqusShortname }}