diff --git a/LICENSE.md b/LICENSE similarity index 100% rename from LICENSE.md rename to LICENSE diff --git a/README.md b/README.md index 76c74dd..1c65c85 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # [Basically Basic Jekyll Theme][1] -[![LICENSE](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://github.com/mmistakes/jekyll-theme-basically-basic/blob/master/LICENSE.md) +[![LICENSE](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://github.com/mmistakes/jekyll-theme-basically-basic/blob/master/LICENSE) [![Jekyll](https://img.shields.io/badge/jekyll-%3E%3D%203.6-blue.svg)](https://jekyllrb.com/) [![Ruby gem](https://img.shields.io/gem/v/jekyll-theme-basically-basic.svg)](https://rubygems.org/gems/jekyll-theme-basically-basic) [![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: - `.scss-lint.yml` - `CHANGELOG.md` - `jekyll-theme-basically-basic.gemspec` -- `LICENSE.md` +- `LICENSE` - `Rakefile` - `README.md` - `screenshot.png` @@ -159,7 +159,7 @@ site and you should something similar to: Basically Basic Jekyll Theme 1.2.0 Copyright 2017-2018 Michael Rose - mademistakes.com | @mmistakes Free for personal and commercial use under the MIT license - https://github.com/mmistakes/jekyll-basically-theme/blob/master/LICENSE.md + https://github.com/mmistakes/jekyll-basically-theme/blob/master/LICENSE --> ``` diff --git a/_layouts/default.html b/_layouts/default.html index bdc1c19..234eaa4 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -3,7 +3,7 @@ Basically Basic Jekyll Theme 1.4.1 Copyright 2017-2018 Michael Rose - mademistakes.com | @mmistakes Free for personal and commercial use under the MIT license - https://github.com/mmistakes/jekyll-basically-theme/blob/master/LICENSE.md + https://github.com/mmistakes/jekyll-basically-theme/blob/master/LICENSE --> {% include head.html %} diff --git a/_sass/basically-basic.scss b/_sass/basically-basic.scss index b9c2c2d..2fb9660 100644 --- a/_sass/basically-basic.scss +++ b/_sass/basically-basic.scss @@ -2,7 +2,7 @@ * Basically Basic Jekyll Theme 1.4.1 * Copyright 2017-2018 Michael Rose - mademistakes | @mmistakes * Free for personal and commercial use under the MIT license - * https://github.com/mmistakes/jekyll-theme-basically-basic/blob/master/LICENSE.md + * https://github.com/mmistakes/jekyll-theme-basically-basic/blob/master/LICENSE */ @import "basically-basic/functions"; diff --git a/assets/javascripts/main.js b/assets/javascripts/main.js index 481b5a4..990a2df 100644 --- a/assets/javascripts/main.js +++ b/assets/javascripts/main.js @@ -5,7 +5,7 @@ * Basically Basic Jekyll Theme 1.4.1 * Copyright 2017-2018 Michael Rose - mademistakes | @mmistakes * Free for personal and commercial use under the MIT license - * https://github.com/mmistakes/jekyll-basically-theme/blob/master/LICENSE.md + * https://github.com/mmistakes/jekyll-basically-theme/blob/master/LICENSE */ var menuItems = document.querySelectorAll('#sidebar li');