Przeglądaj źródła

Use .Site.RegularPages on home page

Bjørn Erik Pedersen 5 lat temu
rodzic
commit
3080504e92
Brak konta powiązanego z e-mailem autora
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      layouts/index.html

+ 1
- 1
layouts/index.html Wyświetl plik

@@ -1,6 +1,6 @@
1 1
 {{ define "main" -}}
2 2
 <div class="posts">
3
-{{ range .Data.Pages -}}
3
+{{ range .Site.RegularPages -}}
4 4
 <article class="post">
5 5
   <h1 class="post-title">
6 6
     <a href="{{ .Permalink }}">{{ .Title }}</a>