We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec69e6d commit 01ae9d7Copy full SHA for 01ae9d7
templates/base/head.tmpl
@@ -1,5 +1,6 @@
1
<!DOCTYPE html>
2
<html lang="{{.Lang}}" class="theme-{{.SignedUser.Theme}}">
3
+<head>
4
<meta charset="utf-8">
5
<meta name="viewport" content="width=device-width, initial-scale=1">
6
<title>{{if .Title}}{{.Title | RenderEmojiPlain}} - {{end}} {{if .Repository.Name}}{{.Repository.Name}} - {{end}}{{AppName}} </title>
0 commit comments