From 68e3474ea74138b751d9f96b764df5e76ca38781 Mon Sep 17 00:00:00 2001 From: Tom Chen Date: Sat, 27 Jun 2020 17:12:51 -0400 Subject: Fix typo --- search.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/search.json b/search.json index 402d8f6..886036e 100644 --- a/search.json +++ b/search.json @@ -10,7 +10,7 @@ layout: null "category" : "{{post.categories | join: ', '}}", "tags" : "{{ post.tags | join: ', ' }}", "date" : "{{ post.date }}", - "discription" : "{{post.description | strip_html | strip_newlines | escape }}" + "description" : "{{post.description | strip_html | strip_newlines | escape }}" } {% unless forloop.last %},{% endunless %} {% endfor %} -- cgit v1.2.3 From e85157e43093b9c542fde348068f0fef9966dae8 Mon Sep 17 00:00:00 2001 From: Tom Chen Date: Sat, 27 Jun 2020 17:15:39 -0400 Subject: Remove extraneous commented post footer content --- _layouts/post.html | 8 -------- 1 file changed, 8 deletions(-) diff --git a/_layouts/post.html b/_layouts/post.html index 543f9a3..add4216 100755 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -5,16 +5,8 @@ layout: default

{{ page.title }}

{{ content }} - - · {% for tag in page.tags %} {{tag}}{% unless forloop.last %}, {% endunless %}{% endfor %} - - - -
-- cgit v1.2.3