Setting a default page title

Setting a default title for the page, so it doesn't display (for example) "<ip>:<port>/podcast/7"
This commit is contained in:
Joel Messer 2021-02-16 13:07:34 -05:00 committed by GitHub
parent d66c59f19b
commit 71ee7e2ff3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@
<link rel="icon" href="<%= BASE_URL %>icon.svg"> <link rel="icon" href="<%= BASE_URL %>icon.svg">
<link rel=manifest href="<%= BASE_URL %>manifest.webmanifest"> <link rel=manifest href="<%= BASE_URL %>manifest.webmanifest">
<script src="<%= BASE_URL %>env.js"></script> <script src="<%= BASE_URL %>env.js"></script>
<title></title> <title>Airsonic</title>
</head> </head>
<body> <body>
<noscript> <noscript>