mirror of
https://github.com/carsonip/hugo-theme-minos
synced 2025-12-29 19:09:50 -08:00
Clean up: Less empty space in HTML code
This commit is contained in:
@@ -8,9 +8,9 @@
|
||||
<span class="archive-category">{{ .Title }}</span>
|
||||
</div>
|
||||
<div class="archives">
|
||||
{{ range .Paginator.Pages }}
|
||||
{{- range .Paginator.Pages }}
|
||||
{{ partial "li.html" . }}
|
||||
{{ end }}
|
||||
{{- end -}}
|
||||
</div></section>
|
||||
{{ partial "pagination.html" . }}
|
||||
</section>
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:locale" content="{{ .Lang }}" />
|
||||
<meta property="og:url" content="{{ .Permalink }}" />
|
||||
{{ if .Params.ogimage }}
|
||||
{{ if .Params.ogimage -}}
|
||||
<meta property="og:image" content="{{ .Params.ogimage }}" />
|
||||
{{ end }}
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user