We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 701d8af commit 27faaeaCopy full SHA for 27faaea
layouts/publications/list.html
@@ -5,7 +5,7 @@ <h1 class="f2 f1-l fw2 ttu tracked-l">{{ .Title }}</h1>
5
<div class="cf">
6
{{ .Content }}
7
<ul class="list pl0 mt0 measure-wide">
8
- {{ range .Site.Data.publications."Select Publications" }}
+ {{ range index .Site.Data.publications "Select Publications" }}
9
<li class="flex items-center lh-copy pa3 ph0-l bb b--black-10">
10
<img class="w3 h3 br-100" src="{{ .Thumbnail }}" alt="{{ .Title }}">
11
<div class="pl3 flex-auto">
0 commit comments