Skip to content

Commit 0b53501

Browse files
committed
Manually port changes from the master branch
1 parent 37de128 commit 0b53501

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ project:
88

99
license:
1010
software: MIT License
11-
software_url: http://opensource.org/licenses/MIT
11+
software_url: https://opensource.org/licenses/MIT
1212

1313
docs: CC BY 3.0
14-
docs_url: http://creativecommons.org/licenses/by/3.0/
14+
docs_url: https://creativecommons.org/licenses/by/3.0/
1515

1616
links:
1717
header:

_includes/footer/content.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<li class="list-inline-item">
77
<iframe
88
class="github-btn"
9-
src="http://ghbtns.com/github-btn.html?user={{ site.social.github.user }}&amp;repo={{ site.social.github.repo }}&amp;type=watch&amp;count=true"
9+
src="https://ghbtns.com/github-btn.html?user={{ site.social.github.user }}&amp;repo={{ site.social.github.repo }}&amp;type=watch&amp;count=true"
1010
width="90"
1111
height="20"
1212
title="Star on GitHub"
@@ -15,7 +15,7 @@
1515
<li class="list-inline-item">
1616
<iframe
1717
class="github-btn"
18-
src="http://ghbtns.com/github-btn.html?user={{ site.social.github.user }}&amp;repo={{ site.social.github.repo }}&amp;type=fork&amp;count=true"
18+
src="https://ghbtns.com/github-btn.html?user={{ site.social.github.user }}&amp;repo={{ site.social.github.repo }}&amp;type=fork&amp;count=true"
1919
width="90"
2020
height="20"
2121
title="Fork on GitHub"

_sass/base/_scope-markdown.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@
5757
margin-top: 1.75rem;
5858
}
5959

60+
img {
61+
max-width: 100%;
62+
}
63+
6064
table {
6165
width: 100%;
6266

0 commit comments

Comments
 (0)