Don't show - when there is no title
This commit is contained in:
parent
6e5b0ee127
commit
740f62abd9
|
@ -2,7 +2,12 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>{{album.Title}} - rimgo</title>
|
<title>
|
||||||
|
{{#if album.Title}}
|
||||||
|
{{album.Title}} -
|
||||||
|
{{/if}}
|
||||||
|
rimgo
|
||||||
|
</title>
|
||||||
|
|
||||||
{{> partials/head }}
|
{{> partials/head }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue