Use album title for page title

This commit is contained in:
video-prize-ranch 2022-01-18 18:31:15 -05:00
parent 2d53c9a239
commit a425a9d5c6
No known key found for this signature in database
GPG Key ID: D8EAA4C5B12A7281
3 changed files with 4 additions and 2 deletions

View File

@ -2,6 +2,8 @@
<html lang="en">
<head>
<title>rimgo</title>
{{> partials/head }}
<link rel="stylesheet" href="/static/css/frontpage.css" />

View File

@ -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" />

View File

@ -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">