mirror of
https://codeberg.org/video-prize-ranch/rimgo.git
synced 2025-06-27 15:38:23 +00:00
Don't show - when there is no title
This commit is contained in:
parent
6e5b0ee127
commit
740f62abd9
@ -2,7 +2,12 @@
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<title>{{album.Title}} - rimgo</title>
|
||||
<title>
|
||||
{{#if album.Title}}
|
||||
{{album.Title}} -
|
||||
{{/if}}
|
||||
rimgo
|
||||
</title>
|
||||
|
||||
{{> partials/head }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user