diff options
Diffstat (limited to 'templates/template.html')
-rw-r--r-- | templates/template.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/template.html b/templates/template.html index d6c1a0b..6b0d894 100644 --- a/templates/template.html +++ b/templates/template.html @@ -2,6 +2,7 @@ <html> <head> <link rel='stylesheet' href="{{url_for('static', filename='style.css')}}"> + <title>edaweb :: {{title}}</title> </head> <body> <div id=wrapper> |