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