mirror of
https://github.com/carsonip/hugo-theme-minos
synced 2026-02-28 00:51:59 -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>
|
<span class="archive-category">{{ .Title }}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="archives">
|
<div class="archives">
|
||||||
{{ range .Paginator.Pages }}
|
{{- range .Paginator.Pages }}
|
||||||
{{ partial "li.html" . }}
|
{{ partial "li.html" . }}
|
||||||
{{ end }}
|
{{- end -}}
|
||||||
</div></section>
|
</div></section>
|
||||||
{{ partial "pagination.html" . }}
|
{{ partial "pagination.html" . }}
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
@@ -3,6 +3,6 @@
|
|||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:locale" content="{{ .Lang }}" />
|
<meta property="og:locale" content="{{ .Lang }}" />
|
||||||
<meta property="og:url" content="{{ .Permalink }}" />
|
<meta property="og:url" content="{{ .Permalink }}" />
|
||||||
{{ if .Params.ogimage }}
|
{{ if .Params.ogimage -}}
|
||||||
<meta property="og:image" content="{{ .Params.ogimage }}" />
|
<meta property="og:image" content="{{ .Params.ogimage }}" />
|
||||||
{{ end }}
|
{{- end }}
|
||||||
|
|||||||
Reference in New Issue
Block a user