Skip to content

Commit 94e9efa

Browse files
committed
Rename LICENSE
1 parent 89d6cf5 commit 94e9efa

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

LICENSE.md renamed to LICENSE

File renamed without changes.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# [Basically Basic Jekyll Theme][1]
22

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)
44
[![Jekyll](https://img.shields.io/badge/jekyll-%3E%3D%203.6-blue.svg)](https://jekyllrb.com/)
55
[![Ruby gem](https://img.shields.io/gem/v/jekyll-theme-basically-basic.svg)](https://rubygems.org/gems/jekyll-theme-basically-basic)
66
[![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:
139139
- `.scss-lint.yml`
140140
- `CHANGELOG.md`
141141
- `jekyll-theme-basically-basic.gemspec`
142-
- `LICENSE.md`
142+
- `LICENSE`
143143
- `Rakefile`
144144
- `README.md`
145145
- `screenshot.png`
@@ -159,7 +159,7 @@ site and you should something similar to:
159159
Basically Basic Jekyll Theme 1.2.0
160160
Copyright 2017-2018 Michael Rose - mademistakes.com | @mmistakes
161161
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
163163
-->
164164
```
165165

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Basically Basic Jekyll Theme 1.4.1
44
Copyright 2017-2018 Michael Rose - mademistakes.com | @mmistakes
55
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
77
-->
88
<html lang="{{ page.lang | default: site.lang | default: 'en-US' }}" class="no-js">
99
{% include head.html %}

_sass/basically-basic.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Basically Basic Jekyll Theme 1.4.1
33
* Copyright 2017-2018 Michael Rose - mademistakes | @mmistakes
44
* 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
66
*/
77

88
@import "basically-basic/functions";

assets/javascripts/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Basically Basic Jekyll Theme 1.4.1
66
* Copyright 2017-2018 Michael Rose - mademistakes | @mmistakes
77
* 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
99
*/
1010

1111
var menuItems = document.querySelectorAll('#sidebar li');

0 commit comments

Comments
 (0)