Add gallery title to albums (fix #441)

This commit is contained in:
Simon Conseil
2021-11-21 18:46:26 +01:00
parent 27a803f002
commit ad42bca189
4 changed files with 4 additions and 4 deletions

View File

@@ -295,7 +295,7 @@ def test_gallery(settings, tmpdir):
with open(out_html) as f:
html = f.read()
assert '<title>Sigal test gallery</title>' in html
assert '<title>Sigal test gallery - Sigal test gallery ☺</title>' in html
assert '<link rel="stylesheet" href="static/my.css">' in html
logger = logging.getLogger('sigal')