File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1
1
# [ Basically Basic Jekyll Theme] [ 1 ]
2
2
3
- [ ![ LICENSE] ( https://img.shields.io/badge/license-MIT-lightgrey.svg )] ( https://github.com/mmistakes/jekyll-theme-basically-basic/blob/master/LICENSE.md )
3
+ [ ![ LICENSE] ( https://img.shields.io/badge/license-MIT-lightgrey.svg )] ( https://github.com/mmistakes/jekyll-theme-basically-basic/blob/master/LICENSE )
4
4
[ ![ Jekyll] ( https://img.shields.io/badge/jekyll-%3E%3D%203.6-blue.svg )] ( https://jekyllrb.com/ )
5
5
[ ![ Ruby gem] ( https://img.shields.io/gem/v/jekyll-theme-basically-basic.svg )] ( https://rubygems.org/gems/jekyll-theme-basically-basic )
6
6
[ ![ Tip Me via PayPal] ( https://img.shields.io/badge/PayPal-tip%20me-green.svg?logo=paypal )] ( https://www.paypal.me/mmistakes )
@@ -139,7 +139,7 @@ safely remove the following files and folders:
139
139
- ` .scss-lint.yml `
140
140
- ` CHANGELOG.md `
141
141
- ` jekyll-theme-basically-basic.gemspec `
142
- - ` LICENSE.md `
142
+ - ` LICENSE `
143
143
- ` Rakefile `
144
144
- ` README.md `
145
145
- ` screenshot.png `
@@ -159,7 +159,7 @@ site and you should something similar to:
159
159
Basically Basic Jekyll Theme 1.2.0
160
160
Copyright 2017-2018 Michael Rose - mademistakes.com | @mmistakes
161
161
Free for personal and commercial use under the MIT license
162
- https://github.com/mmistakes/jekyll-basically-theme/blob/master/LICENSE.md
162
+ https://github.com/mmistakes/jekyll-basically-theme/blob/master/LICENSE
163
163
-->
164
164
```
165
165
Original file line number Diff line number Diff line change 3
3
Basically Basic Jekyll Theme 1.4.1
4
4
Copyright 2017-2018 Michael Rose - mademistakes.com | @mmistakes
5
5
Free for personal and commercial use under the MIT license
6
- https://github.com/mmistakes/jekyll-basically-theme/blob/master/LICENSE.md
6
+ https://github.com/mmistakes/jekyll-basically-theme/blob/master/LICENSE
7
7
-->
8
8
< html lang ="{{ page.lang | default: site.lang | default: 'en-US' }} " class ="no-js ">
9
9
{% include head.html %}
Original file line number Diff line number Diff line change 2
2
* Basically Basic Jekyll Theme 1.4.1
3
3
* Copyright 2017-2018 Michael Rose - mademistakes | @mmistakes
4
4
* Free for personal and commercial use under the MIT license
5
- * https://github.com/mmistakes/jekyll-theme-basically-basic/blob/master/LICENSE.md
5
+ * https://github.com/mmistakes/jekyll-theme-basically-basic/blob/master/LICENSE
6
6
*/
7
7
8
8
@import " basically-basic/functions" ;
Original file line number Diff line number Diff line change 5
5
* Basically Basic Jekyll Theme 1.4.1
6
6
* Copyright 2017-2018 Michael Rose - mademistakes | @mmistakes
7
7
* Free for personal and commercial use under the MIT license
8
- * https://github.com/mmistakes/jekyll-basically-theme/blob/master/LICENSE.md
8
+ * https://github.com/mmistakes/jekyll-basically-theme/blob/master/LICENSE
9
9
*/
10
10
11
11
var menuItems = document . querySelectorAll ( '#sidebar li' ) ;
You can’t perform that action at this time.
0 commit comments