Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added dist/assets/img/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/css/styles.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Start Bootstrap - Freelancer v6.0.1 (https://startbootstrap.com/themes/freelancer)
* Start Bootstrap - Freelancer v6.0.2 (https://startbootstrap.com/themes/freelancer)
* Copyright 2013-2020 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-freelancer/blob/master/LICENSE)
*/
Expand Down
2 changes: 2 additions & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<meta name="description" content="" />
<meta name="author" content="" />
<title>Freelancer - Start Bootstrap Theme</title>
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="assets/img/favicon.ico" />
<!-- Font Awesome icons (free version)-->
<script src="https://use.fontawesome.com/releases/v5.12.1/js/all.js" crossorigin="anonymous"></script>
<!-- Google fonts-->
Expand Down
2 changes: 1 addition & 1 deletion dist/js/scripts.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Start Bootstrap - Freelancer v6.0.1 (https://startbootstrap.com/themes/freelancer)
* Start Bootstrap - Freelancer v6.0.2 (https://startbootstrap.com/themes/freelancer)
* Copyright 2013-2020 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-freelancer/blob/master/LICENSE)
*/
Expand Down
16 changes: 12 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "Freelancer",
"name": "startbootstrap-freelancer",
"version": "6.0.1",
"version": "6.0.2",
"scripts": {
"build": "npm run clean && npm run build:pug && npm run build:scss && npm run build:scripts && npm run build:assets",
"build:assets": "node scripts/build-assets.js",
Expand Down
Binary file added src/assets/img/favicon.ico
Binary file not shown.
3 changes: 3 additions & 0 deletions src/pug/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ html(lang='en')

title Freelancer - Start Bootstrap Theme

// Favicon
link(rel='icon', type='image/x-icon', href='assets/img/favicon.ico')

// Font Awesome icons (free version)
script(src='https://use.fontawesome.com/releases/v5.12.1/js/all.js', crossorigin='anonymous')

Expand Down