Skip to content

Commit 49438e2

Browse files
authored
Remove no longer needed references
1 parent 463036f commit 49438e2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

frontend/src/views/layouts/default.pug

+1-4
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ html
33
head
44
meta(charset='utf-8')
55
meta(name='viewport' content='width=device-width, initial-scale=1, shrink-to-fit=no')
6-
title='My Project'
7-
link(href='/css/bootstrap.min.css' rel='stylesheet')
6+
title='Example - Node.js, Express, Pug, and Bootstrap'
87
link(href='/css/application.css' rel='stylesheet')
98
link(rel='shortcut icon' type='image/jpg' href='/img/favicon.ico')
109
body
@@ -18,6 +17,4 @@ html
1817
footer.container-fluid.navbar-dark.bg-dark
1918
include footer-partial
2019
script(src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js')
21-
script(src='https://cdnjs.cloudflare.com/ajax/libs/popper.js/2.11.8/umd/popper.min.js')
22-
script(src='/js/bootstrap.bundle.min.js')
2320
block js

0 commit comments

Comments
 (0)