diff options
Diffstat (limited to 'data/templates/base.htm')
| -rw-r--r-- | data/templates/base.htm | 4 |
1 files changed, 2 insertions, 2 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> |
