diff options
| author | Jim Withington <jwithington@users.noreply.github.com> | 2017-04-29 18:41:12 -0700 |
|---|---|---|
| committer | imorente <imorente@gmail.com> | 2017-05-04 11:31:05 -0700 |
| commit | 37e5f955764380bfb19bcfc5afc0966e431f14c7 (patch) | |
| tree | 40e00373f43620a23f4e007a829413f1541fa50c /site | |
| parent | ce2d2883b992464de3be90cd927167fc5d090cae (diff) | |
fixed typo
Diffstat (limited to 'site')
| -rw-r--r-- | site/layouts/partials/blog.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/layouts/partials/blog.html b/site/layouts/partials/blog.html index 0661929..aaa6f01 100644 --- a/site/layouts/partials/blog.html +++ b/site/layouts/partials/blog.html @@ -1,7 +1,7 @@ <div class="bg-off-white pv4"> <div class="ph3 mw7 center"> - <h2 class="f2 b lh-title mb3">Latests stories</h1> + <h2 class="f2 b lh-title mb3">Latest stories</h1> <div class="w-100 flex-ns mhn1-ns flex-wrap mb3"> {{ range where .Data.Pages "Type" "post" }} |
