summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Dolan <mu@netsoc.tcd.ie>2012-09-19 01:15:49 +0100
committerStephen Dolan <mu@netsoc.tcd.ie>2012-09-19 01:15:49 +0100
commit92ab1933693dd26056f60d022abd6f2e8d3a699f (patch)
tree99d506959ce884c955dfe4a5c919c4d22090df7e
parentfc57cf702ce57fc53b8074e7f1fca6f88e0e2fe0 (diff)
Make the <title>s of the doc pages less messy.
-rw-r--r--docs/templates/shared/_head.liquid2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates/shared/_head.liquid b/docs/templates/shared/_head.liquid
index 5f2b7da8..01fd63c6 100644
--- a/docs/templates/shared/_head.liquid
+++ b/docs/templates/shared/_head.liquid
@@ -1,6 +1,6 @@
<head>
<meta charset=UTF-8>
- <title>{{headline}} | jq</title>
+ <title>{{headline}}</title>
<link rel="stylesheet" href="{{root}}/bootstrap/css/bootstrap.css" type="text/css">
<link rel="stylesheet" href="{{root}}/css/base.css" type="text/css">
<!--[if IE]>