Skip to content

Commit

Permalink
renamed: public/utils.ejs -> views/pages/utils.ejs
Browse files Browse the repository at this point in the history
	modified:   views/pages/weatherbit.ejs
  • Loading branch information
aesclever committed Oct 8, 2022
1 parent 9da8ff4 commit 5e6285f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion views/pages/weatherbit.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<head>
<%- include('./../partials/head'); %>
<%- include ('./../../public/utils'); %>
<%- include ('./utils'); %>
</head>

<body class="container">
Expand Down

0 comments on commit 5e6285f

Please sign in to comment.