#29 - Avoir un titre distinct par page

This commit is contained in:
Damien Broqua 2022-03-06 15:10:30 +01:00
parent 4886e9cc48
commit dd7bb6e21a
9 changed files with 28 additions and 1 deletions

View file

@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title><% if (page.title) { %><%= page.title %> <% } else { %> DarKou - MusicTopus <% } %></title>
<title><%= config.siteName %> :: <%= page.title %></title>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">