Skip to content

Commit

Permalink
rename css/js files from 'main' to 'beautifuljekyll'
Browse files Browse the repository at this point in the history
  • Loading branch information
daattali committed Aug 21, 2020
1 parent 6ba7b4e commit b76c4fa
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- Add automatic navbar color detection (#702)
- Change navbar and footer background colour to be slightly darker, for better contrast with white page background
- Change the behaviour of `site-css` to include site-wide CSS file **before** page-specific files
- Rename internal css/js files from "main" to "beautifuljekyll" to make it easier for users to troubleshoot

## v4.1.0 (2020-08-08)

Expand Down
4 changes: 2 additions & 2 deletions _layouts/base.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
common-css:
- "/assets/css/bootstrap-social.css"
- "/assets/css/main.css"
- "/assets/css/beautifuljekyll.css"
common-ext-css:
- href: "https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
sri: "sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh"
Expand All @@ -16,7 +16,7 @@
- href: "https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
sri: "sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
common-js:
- "/assets/js/main.js"
- "/assets/js/beautifuljekyll.js"
---

<!DOCTYPE html>
Expand Down
2 changes: 1 addition & 1 deletion _layouts/minimal.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
common-css:
- "/assets/css/main-minimal.css"
- "/assets/css/beautifuljekyll-minimal.css"
common-ext-css:
- href: "https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
sri: "sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b76c4fa

Please sign in to comment.