Skip to content

Commit fcb191e

Browse files
committed
update feed.xml, _layouts/post.html to use httpS
1 parent 51cf5b2 commit fcb191e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_layouts/post.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
layout: default
33
---
4-
<article class="post" itemscope itemtype="http://schema.org/BlogPosting">
4+
<article class="post" itemscope itemtype="https://schema.org/BlogPosting">
55

66
<header class="post-header">
77
<h1 class="post-title" itemprop="name headline">{{ page.title }}</h1>
8-
<p class="post-meta"><time datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">{{ page.date | date: "%b %-d, %Y" }}</time>{% if page.author %} • <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">{{ page.author }}</span></span>{% endif %}</p>
8+
<p class="post-meta"><time datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">{{ page.date | date: "%b %-d, %Y" }}</time>{% if page.author %} • <span itemprop="author" itemscope itemtype="https://schema.org/Person"><span itemprop="name">{{ page.author }}</span></span>{% endif %}</p>
99
</header>
1010

1111
<div class="post-content" itemprop="articleBody">

feed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: null
33
---
44
<?xml version="1.0" encoding="UTF-8"?>
5-
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
5+
<rss version="2.0" xmlns:atom="https://www.w3.org/2005/Atom">
66
<channel>
77
<title>{{ site.title | xml_escape }}</title>
88
<description>{{ site.description | xml_escape }}</description>

0 commit comments

Comments
 (0)