diff options
| author | Darin Dimitroff <d@thecrazyones.agency> | 2017-01-03 12:30:39 +0200 |
|---|---|---|
| committer | Darin Dimitroff <d@thecrazyones.agency> | 2017-01-03 12:30:39 +0200 |
| commit | 4ff7073a022ed97f748ebfe39dd3ef7060f64129 (patch) | |
| tree | 35415d193b32231b079969d9d3e38b05a8c41e54 | |
| parent | 1478b5e91c062e1223d6db30173d480a337edd33 (diff) | |
Fixed image link
| -rw-r--r-- | site/layouts/_default/list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/layouts/_default/list.html b/site/layouts/_default/list.html index 84b9279..ccef521 100644 --- a/site/layouts/_default/list.html +++ b/site/layouts/_default/list.html @@ -1,7 +1,7 @@ {{ partial "header" . }} {{ partial "nav" . }} -{{ partial "jumbotron" (dict "imageUrl" "/img/post-index.jpg" "title" "Latests stories") }} +{{ partial "jumbotron" (dict "imageUrl" "/img/blog-index.jpg" "title" "Latests stories") }} <div class="mw7 center"> <ul class="flex-ns flex-wrap mhn1-ns pa3"> |
