mirror of
https://github.com/thomiceli/opengist.git
synced 2025-06-21 17:28:00 +02:00
feat: Add custom instance names (#399)
* Add custom name variable * Add custom name variable usage to docs * Remove leftover testing config options (oops)
This commit is contained in:
4
templates/base/base_header.html
vendored
4
templates/base/base_header.html
vendored
@ -46,9 +46,9 @@
|
||||
{{ end }}
|
||||
|
||||
{{ if .htmlTitle }}
|
||||
<title>{{ .htmlTitle }} - Opengist</title>
|
||||
<title>{{ .htmlTitle }} - {{ if $.c.CustomName }}{{ $.c.CustomName }}{{ else }}Opengist{{ end }}</title>
|
||||
{{ else }}
|
||||
<title>Opengist</title>
|
||||
<title>{{ if $.c.CustomName }}{{ $.c.CustomName }}{{ else }}Opengist{{ end }}</title>
|
||||
{{ end }}
|
||||
</head>
|
||||
<body class="h-full">
|
||||
|
Reference in New Issue
Block a user