mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 08:34:42 -05:00
remove desc :p
This commit is contained in:
parent
b40877e0c2
commit
e386a52b10
1 changed files with 0 additions and 3 deletions
|
@ -131,9 +131,6 @@ module.exports = function (app, config, renderTemplate) {
|
||||||
title: sha384(json.Title),
|
title: sha384(json.Title),
|
||||||
date: sha384(btoa(Date.now()).toString()),
|
date: sha384(btoa(Date.now()).toString()),
|
||||||
},
|
},
|
||||||
info: {
|
|
||||||
desc: sha384(json.Description),
|
|
||||||
},
|
|
||||||
video: {
|
video: {
|
||||||
title: sha384(json.Title),
|
title: sha384(json.Title),
|
||||||
url: sha384(url),
|
url: sha384(url),
|
||||||
|
|
Loading…
Reference in a new issue