aboutsummaryrefslogtreecommitdiffstats
path: root/site
diff options
context:
space:
mode:
Diffstat (limited to 'site')
-rw-r--r--site/layouts/_default/list.html2
-rw-r--r--site/layouts/partials/blog.html2
2 files changed, 2 insertions, 2 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">
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" }}