Added Japanese text for quotes

This commit is contained in:
2018-02-25 19:22:59 +01:00
parent 47503cc74f
commit 20ec5e77f5
6 changed files with 13 additions and 12 deletions

View File

@ -22,7 +22,7 @@ func Edit(ctx *aero.Context) string {
ctx.Data = &arn.OpenGraph{
Tags: map[string]string{
"og:title": quote.Description,
"og:title": quote.Text.English,
"og:url": "https://" + ctx.App.Config.Domain + quote.Link(),
"og:site_name": "notify.moe",
},