Skip to content

Commit 0a6205c

Browse files
ThatLingmmistakes
authored andcommitted
Update links to LICENSE (#102)
* Update default.html * Update main.js
1 parent 6334e9e commit 0a6205c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_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
6+
https://github.com/mmistakes/jekyll-theme-basically-basic/blob/master/LICENSE
77
-->
88
<html lang="{{ page.lang | default: site.lang | default: 'en-US' }}" class="no-js">
99
{% include head.html %}

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
8+
* https://github.com/mmistakes/jekyll-theme-basically-basic/blob/master/LICENSE
99
*/
1010

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

0 commit comments

Comments
 (0)