Skip to content

Commit

Permalink
design(photos): change page title of photo detail page
Browse files Browse the repository at this point in the history
  • Loading branch information
macrat committed Mar 25, 2024
1 parent 6413d3f commit 1be986f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions templates/photos/detail.html
@@ -1,4 +1,4 @@
{{define "title"}}photos {{.Metadata.DateTime.Format "2006/01/02"}} - Blanktar{{end}}
{{define "title"}}{{.Metadata.DateTime.Format "2006年01月02日"}}の写真 - Blanktar{{end}}

{{define "description"}}{{.Metadata.Comment}}{{end}}

Expand Down Expand Up @@ -80,8 +80,6 @@
{{.Metadata.Comment}}
</div>
{{end}}

{{.Path}}
</div>
</article>
{{end}}

0 comments on commit 1be986f

Please sign in to comment.