🏗️ Finish the post meta attributes redesign.

This commit is contained in:
凡梦星尘
2022-06-01 17:06:27 +08:00
parent b368bffde3
commit bb77f9bfb6
14 changed files with 129 additions and 35 deletions

View File

@@ -40,9 +40,9 @@
</header>
<!-- Widgets -->
{{ partial "widgets.html" . }}
<div class="main-inner index posts-expand">
<div class="main-inner {{ if .IsHome }}index{{ else }}page{{ end }} posts-expand">
<!-- Submenu,Content,Comment -->
{{- block "main" (dict "P" $P "Page" .Page "Paginate" (.Paginate (where .Site.RegularPages "Section" "in" .Site.Params.mainSections)) "Scratch" .Scratch) }}{{- end }}
{{- block "main" . }}{{- end }}
</div>
</main>
<footer class="footer">