Fix some page titles
This commit is contained in:
parent
8a36ea6d24
commit
d2700490cc
|
@ -1,4 +1,4 @@
|
||||||
{{define "title"}}{{.Forum.Title}}{{end}}
|
{{define "title"}}{{.Thread.Title}} - {{.Forum.Title}}{{end}}
|
||||||
{{define "content"}}
|
{{define "content"}}
|
||||||
<div class="block">
|
<div class="block">
|
||||||
<section class="hero is-light is-success">
|
<section class="hero is-light is-success">
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{{define "title"}}Upload a Photo{{end}}
|
{{define "title"}}Photo: {{or .Photo.Caption "No caption"}}{{end}}
|
||||||
{{define "content"}}
|
{{define "content"}}
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<section class="hero is-info is-bold">
|
<section class="hero is-info is-bold">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user