This is the sidebar__item
This is the sidebar__item--fixed {{/*

セクションを持たない記事ページ一覧(タイトル順)

    {{ range (where $.Site.RegularPages "Section" "").ByTitle }}
  1. {{ .Title }} GOOGLE {{ end }}
*/}}

Featureされたサイト内ページだけの配列

    {{ range .Pages }} {{ if (.Param "mkbanner") }}
  1. Page {{ .Title }} is bannered {{ else }} {{ if .Title }}
  2. Page {{ .Title }} is not bannered {{ else }}
  3. Page is not titled {{ end }} {{ end }} {{ end }}

関連リンク