diff options
| author | Jim Withington <jwithington@users.noreply.github.com> | 2017-04-29 18:37:53 -0700 |
|---|---|---|
| committer | imorente <imorente@gmail.com> | 2017-05-04 11:31:05 -0700 |
| commit | ce2d2883b992464de3be90cd927167fc5d090cae (patch) | |
| tree | ef25c49ff0141993771239509ebefed85d61af33 | |
| parent | fe8b806acfe10f24f9cceca6f442bb98f3b2f5fc (diff) | |
Update list.html
| -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 3c94597..33d722a 100644 --- a/site/layouts/_default/list.html +++ b/site/layouts/_default/list.html @@ -1,7 +1,7 @@ {{ partial "head" . }} {{ partial "nav" . }} -{{ partial "jumbotron" (dict "imageUrl" "/img/blog-index.jpg" "title" "Latests stories") }} +{{ partial "jumbotron" (dict "imageUrl" "/img/blog-index.jpg" "title" "Latest stories") }} <div class="mw7 center"> <ul class="flex-ns flex-wrap mhn1-ns pa3"> |
