diff options
Diffstat (limited to 'pyaggr3g470r/templates')
-rw-r--r-- | pyaggr3g470r/templates/layout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyaggr3g470r/templates/layout.html b/pyaggr3g470r/templates/layout.html index 541c0ad8..d8f8790a 100644 --- a/pyaggr3g470r/templates/layout.html +++ b/pyaggr3g470r/templates/layout.html @@ -7,7 +7,7 @@ <meta name="description" content="pyAggr3g470r"> <meta name="author" content=""> - <title>pyAggr3g470r</title> + <title>{% if head_title %}{{ head_title }} - {% endif %}pyAggr3g470r</title> <!-- Bootstrap core CSS --> <link href="/static/css/bootstrap.css" rel="stylesheet"> |