Skip to content

Commit

Permalink
Set album title as <title> of album page
Browse files Browse the repository at this point in the history
Refs #33
  • Loading branch information
maartenberg committed Apr 24, 2019
1 parent 63fbc90 commit 2f2e0b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion design/album.html.j2
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="stylesheet" type="text/css" href="/css/normalize.css">
<link rel="stylesheet" type="text/css" href="/css/theme.css">
<link rel="stylesheet" type="text/css" href="/css/album.css">
<title></title>
<title>{{ album.name_display }}</title>
</head>
<body>
<nav>
Expand Down

0 comments on commit 2f2e0b5

Please sign in to comment.