Fix some page titles

pull/12/head
Noah 2022-08-28 21:01:11 -07:00
parent 8a36ea6d24
commit d2700490cc
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{{define "title"}}{{.Forum.Title}}{{end}}
{{define "title"}}{{.Thread.Title}} - {{.Forum.Title}}{{end}}
{{define "content"}}
<div class="block">
<section class="hero is-light is-success">

View File

@ -1,4 +1,4 @@
{{define "title"}}Upload a Photo{{end}}
{{define "title"}}Photo: {{or .Photo.Caption "No caption"}}{{end}}
{{define "content"}}
<div class="container">
<section class="hero is-info is-bold">