fix: hatena anonymous diary title & link (#3288)
This commit is contained in:
parent
eb8651c945
commit
11b3c0ba4d
|
|
@ -36,8 +36,8 @@ module.exports = async (ctx) => {
|
|||
const list = $('.archives li');
|
||||
|
||||
ctx.state.data = {
|
||||
title: $('title').text(),
|
||||
link: latestURL,
|
||||
title: 'はてな匿名ダイアリー - 人気記事アーカイブ',
|
||||
link: 'https://anond.hatelabo.jp/archive',
|
||||
language: 'ja',
|
||||
item:
|
||||
list &&
|
||||
|
|
|
|||
Loading…
Reference in New Issue