fix typo in previous
This commit is contained in:
parent
0a338c4568
commit
3cf4986418
@ -24,7 +24,7 @@ func (this *Server) handlePreview(w http.ResponseWriter, fileIDList string) {
|
|||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
`
|
`
|
||||||
|
|
||||||
if len(this.opts.ServerPublicPropertyies.CanonicalBaseURL) > 0 {
|
if len(this.opts.ServerPublicProperties.CanonicalBaseURL) > 0 {
|
||||||
tmpl += `
|
tmpl += `
|
||||||
<meta property="og:url" content="` + html.EscapeString(this.opts.ServerPublicProperties.CanonicalBaseURL+`p/`+fileIDList) + `" />
|
<meta property="og:url" content="` + html.EscapeString(this.opts.ServerPublicProperties.CanonicalBaseURL+`p/`+fileIDList) + `" />
|
||||||
`
|
`
|
||||||
|
Loading…
Reference in New Issue
Block a user