Use album title for page title
This commit is contained in:
parent
2d53c9a239
commit
a425a9d5c6
|
@ -2,6 +2,8 @@
|
|||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<title>rimgo</title>
|
||||
|
||||
{{> partials/head }}
|
||||
|
||||
<link rel="stylesheet" href="/static/css/frontpage.css" />
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<title>{{album.Title}} - rimgo</title>
|
||||
|
||||
{{> partials/head }}
|
||||
|
||||
<link rel="stylesheet" href="/static/fonts/Material-Icons-Outlined.css" />
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
<title>rimgo</title>
|
||||
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
|
Loading…
Reference in New Issue