From 91ed136e1cdba636cd979f2a377719998be44fc9 Mon Sep 17 00:00:00 2001 From: Justin Rummel Date: Tue, 27 Nov 2018 09:07:51 -0500 Subject: [PATCH] Change remaining schema.org markup to `https` (#1978) --- _includes/archive-single.html | 4 ++-- _includes/author-profile.html | 4 ++-- _includes/comment.html | 4 ++-- _includes/search/algolia-search-scripts.html | 2 +- _includes/seo.html | 4 ++-- _layouts/single.html | 4 ++-- _layouts/splash.html | 4 ++-- assets/js/lunr/lunr-en.js | 4 ++-- assets/js/lunr/lunr-gr.js | 4 ++-- 9 files changed, 17 insertions(+), 17 deletions(-) diff --git a/_includes/archive-single.html b/_includes/archive-single.html index fa55025..489f000 100644 --- a/_includes/archive-single.html +++ b/_includes/archive-single.html @@ -11,7 +11,7 @@ {% endif %}
-
+
{% if include.type == "grid" and teaser %}
{{ post.excerpt | markdownify | strip_html | truncate: 160 }}

{% endif %}
-
\ No newline at end of file + diff --git a/_includes/author-profile.html b/_includes/author-profile.html index d21d9bb..d0450ab 100644 --- a/_includes/author-profile.html +++ b/_includes/author-profile.html @@ -1,7 +1,7 @@ {% assign author = page.author | default: page.authors[0] | default: site.author %} {% assign author = site.data.authors[author] | default: author %} -
+
{% if author.avatar %}
@@ -43,7 +43,7 @@