aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/base.qtpl2
-rw-r--r--templates/base.qtpl.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/base.qtpl b/templates/base.qtpl
index 9b0c4f5..ae9f7a6 100644
--- a/templates/base.qtpl
+++ b/templates/base.qtpl
@@ -42,7 +42,7 @@ Page prints a page implementing Page interface.
<head>
<meta charset="utf-8">
<link rel="icon" href="data:,">
- <title>cerrado | {%= p.Title() %}</title>
+ <title>{%= p.Title() %}</title>
<link rel="stylesheet" href="/static/main{%s Slug%}.css">
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta name="viewport" content="width=device-width, initial-scale=1" />
diff --git a/templates/base.qtpl.go b/templates/base.qtpl.go
index d2bcc73..bc40252 100644
--- a/templates/base.qtpl.go
+++ b/templates/base.qtpl.go
@@ -87,7 +87,7 @@ func StreamPageTemplate(qw422016 *qt422016.Writer, p Page) {
<head>
<meta charset="utf-8">
<link rel="icon" href="data:,">
- <title>cerrado | `)
+ <title>`)
//line base.qtpl:45
p.StreamTitle(qw422016)
//line base.qtpl:45