summaryrefslogtreecommitdiffstats
path: root/layouts/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/index.html')
-rw-r--r--layouts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 16d16c7..e051c4d 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -9,7 +9,7 @@
<div class="toc">
<h2>Latest Publications</h2>
<ul class="texts">
- {{ range first 10 (where .Site.RegularPages "Section" "!=" "" ) }}
+ {{ range first 10 (where site.RegularPages "Section" "!=" "" ) }}
<li class="text-title">
<a href="{{ .Permalink }}">{{ .Title }}</a>
</li>