Skip to content

Commit 27faaea

Browse files
committed
Migrate to hugo and set up deployment
1 parent 701d8af commit 27faaea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/publications/list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ <h1 class="f2 f1-l fw2 ttu tracked-l">{{ .Title }}</h1>
55
<div class="cf">
66
{{ .Content }}
77
<ul class="list pl0 mt0 measure-wide">
8-
{{ range .Site.Data.publications."Select Publications" }}
8+
{{ range index .Site.Data.publications "Select Publications" }}
99
<li class="flex items-center lh-copy pa3 ph0-l bb b--black-10">
1010
<img class="w3 h3 br-100" src="{{ .Thumbnail }}" alt="{{ .Title }}">
1111
<div class="pl3 flex-auto">

0 commit comments

Comments
 (0)