Skip to content

Commit de35d27

Browse files
author
aaren.xzh
committed
feat: https
1 parent 8b526e4 commit de35d27

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# assertion.github.io
2-
visit: [assertion.github.io](http://assertion.github.io)
2+
visit: [assertion.github.io](https://assertion.github.io)

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# ---------------- #
22
# Main Configs #
33
# ---------------- #
4-
baseurl: http://assertion.github.io
5-
url: http://assertion.github.io
4+
baseurl: https://assertion.github.io
5+
url: https://assertion.github.io
66
date_format: "ordinal"
77
title: Aaren Xia
88
author: Aaren Xia

atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ layout: nil
1313
<name><![CDATA[{{ site.author | strip_html }}]]></name>
1414
{% if site.email %}<email><![CDATA[{{ site.email }}]]></email>{% endif %}
1515
</author>
16-
<generator uri="http://assertion.github.io/">Aaren Xia</generator>
16+
<generator uri="https://assertion.github.io/">Aaren Xia</generator>
1717

1818
{% for post in site.posts %}
1919
<entry>

pages/markdown.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ permalink: /markdown
1616

1717
###超链接
1818
```
19-
[Aaren Xia](http://assertion.github.io/)
20-
<http://assertion.github.io/>
19+
[Aaren Xia](https://assertion.github.io/)
20+
<https://assertion.github.io/>
2121
```
22-
[Aaren Xia](http://assertion.github.io/)
23-
<http://assertion.github.io/>
22+
[Aaren Xia](https://assertion.github.io/)
23+
<https://assertion.github.io/>
2424

2525
###列表
2626
```

0 commit comments

Comments
 (0)