diff options
author | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-06-09 19:35:34 +0200 |
---|---|---|
committer | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-06-09 19:35:34 +0200 |
commit | 02614b3781f6acdfc6df0e7b07d856b2779c4ac7 (patch) | |
tree | f23518fcf263be3236265852ba338c4fec137b41 /templates/base.qtpl.go | |
parent | b1ad6e98445cf7dafa6fec1e2e769051fe7cb748 (diff) | |
download | cerrado-02614b3781f6acdfc6df0e7b07d856b2779c4ac7.tar.gz cerrado-02614b3781f6acdfc6df0e7b07d856b2779c4ac7.tar.bz2 cerrado-02614b3781f6acdfc6df0e7b07d856b2779c4ac7.zip |
feat: Per repository configuration
Diffstat (limited to 'templates/base.qtpl.go')
-rw-r--r-- | templates/base.qtpl.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 |