瀏覽代碼

Use paginator

enhancements
budparr 6 年之前
父節點
當前提交
253214cbc6
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      layouts/post/list.html

+ 1
- 1
layouts/post/list.html 查看文件

@@ -7,7 +7,7 @@
{{ .Content }}
</main>
<section class="flex-ns flex-wrap justify-around mt5">
{{ range .Pages }}
{{ range .Paginator.Pages }}
<div class="relative w-100 w-30-l mb4 bg-white">
{{/*
Note we can use `.Render` here for items just in this section, instead of a partial to pull in items for the list page. https://gohugo.io/functions/render/

Loading…
取消
儲存