move favicon to assets

This commit is contained in:
David Miller 2021-03-30 19:46:49 -04:00
parent 5268b3dcc9
commit 94e7e4a8bf
4 changed files with 2 additions and 2 deletions

View File

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB

2
dist/index.html vendored
View File

@ -6,7 +6,7 @@
<meta name="description" content="" />
<meta name="author" content="" />
<title>Agency - Start Bootstrap Theme</title>
<link rel="icon" type="image/x-icon" href="assets/img/favicon.ico" />
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
<!-- Font Awesome icons (free version)-->
<script src="https://use.fontawesome.com/releases/v5.15.3/js/all.js" crossorigin="anonymous"></script>
<!-- Google fonts-->

View File

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB

View File

@ -10,7 +10,7 @@ html(lang='en')
title Agency - Start Bootstrap Theme
link(rel='icon', type='image/x-icon', href='assets/img/favicon.ico')
link(rel='icon', type='image/x-icon', href='assets/favicon.ico')
// Font Awesome icons (free version)
script(src='https://use.fontawesome.com/releases/v5.15.3/js/all.js', crossorigin='anonymous')