mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-14 20:36:23 -07:00
Add modifyable title for mgmt pages
This commit is contained in:
parent
d1ae92b01c
commit
33388612d7
4 changed files with 15 additions and 7 deletions
|
@ -9,7 +9,7 @@
|
|||
{{- else if ne $.op.MessageHTML "" -}}<title>/{{$.board.Dir}}/ - {{truncateString $.op.MessageText 20 true}}</title>
|
||||
{{- else}}<title>/{{$.board.Dir}}/ - #{{$.op.ID}}</title>{{end}}
|
||||
{{- else}}<title>/{{$.board.Dir}}/ - {{$.board.Title}}</title>{{end}}
|
||||
{{- else}}<title>{{.site_config.SiteName}}</title>{{end}}
|
||||
{{- else}}<title>{{with $.page_title}}{{$.page_title}} - {{end}}{{.site_config.SiteName}}</title>{{end}}
|
||||
<link rel="stylesheet" href="{{.webroot}}css/global.css" />
|
||||
<link id="theme" rel="stylesheet" href="{{.webroot}}css/{{.board_config.DefaultStyle}}" />
|
||||
<link rel="shortcut icon" href="{{.webroot}}favicon.png">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue