diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/templates/base.htm | 4 | ||||
| -rw-r--r-- | data/templates/exception.htm | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/data/templates/base.htm b/data/templates/base.htm index f36f53b..68c1dab 100644 --- a/data/templates/base.htm +++ b/data/templates/base.htm @@ -4,7 +4,7 @@ <head> <link rel="stylesheet" href="{{css}}"/> <link rel="stylesheet" href="/phorkie.css" /> - <title>{% block title %}{% endblock %} - Phorkie</title> + <title>{% block title %}{% endblock %} - phorkie</title> <script src="/jquery-1.7.2.min.js"></script> </head> <body> @@ -12,7 +12,7 @@ <div class="navbar-inner"> <div class="container"> <a class="brand" href="/"> - Phorkie + phorkie </a> <ul class="nav"> <li> diff --git a/data/templates/exception.htm b/data/templates/exception.htm index 410c3c0..99fddb9 100644 --- a/data/templates/exception.htm +++ b/data/templates/exception.htm @@ -2,7 +2,7 @@ <html> <head> <link rel="stylesheet" href="phorkie.css" /> - <title>Error - Phorkie</title> + <title>Error - phorkie</title> </head> <body> <article> |
