From 22a7ac40f4fc8371844ea17150b8eb3a6b580b1c Mon Sep 17 00:00:00 2001 From: Jason Tipton Date: Mon, 29 Jun 2020 21:19:30 -0800 Subject: [PATCH] Correct misspelling of summary in layout files --- layouts/partials/about.html | 2 +- layouts/partials/cards/post.html | 2 +- layouts/partials/cards/recent-post.html | 2 +- static/assets/css/list.css | 2 +- static/assets/css/recent-posts.css | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/layouts/partials/about.html b/layouts/partials/about.html index e4c9305b4..f0ea4044d 100644 --- a/layouts/partials/about.html +++ b/layouts/partials/about.html @@ -1,7 +1,7 @@
- +

{{ site.Params.author.name }}

{{ if .designation }} diff --git a/layouts/partials/cards/post.html b/layouts/partials/cards/post.html index 33af61a09..6787e2805 100644 --- a/layouts/partials/cards/post.html +++ b/layouts/partials/cards/post.html @@ -6,7 +6,7 @@
{{ .Title }}
-

{{ .Summary }}

+

{{ .Summary }}

{{ .Title }}
-

{{ .Summary }}

+

{{ .Summary }}