Skip to content

Commit

Permalink
Merge pull request #133 from PHPxCODER/master
Browse files Browse the repository at this point in the history
Update head.ejs
  • Loading branch information
IgorKowalczyk authored Sep 17, 2022
2 parents c6fb97f + 61b0400 commit 4c10df6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dashboard/templates/includes/head.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
<title><% if(title) { %><%- bot.user.username.capitalize() + ' | ' + title %><% } else { %><%- bot.user.username.capitalize() + ' - The best Discord bot' %><% } %></title>

<link rel="stylesheet" type="text/css" href="<%= secure_connection %><%= domain %><%= port %>/css/style.css" media="all">
Expand Down

0 comments on commit 4c10df6

Please sign in to comment.