mirror of
https://github.com/beetbox/beets.git
synced 2025-12-27 19:12:40 +01:00
whitespace
This commit is contained in:
parent
4612b17263
commit
38d958aa27
1 changed files with 2 additions and 6 deletions
|
|
@ -2,12 +2,8 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>
|
||||
beets:
|
||||
{% if page.shorttitle %}
|
||||
{{ page.shorttitle }}
|
||||
{% else %}
|
||||
{{ page.title }}
|
||||
{% endif %}
|
||||
beets: {% if page.shorttitle %}{{ page.shorttitle }}
|
||||
{% else %}{{ page.title }}{% endif %}
|
||||
</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet">
|
||||
|
|
|
|||
Loading…
Reference in a new issue