From 11b3c0ba4d07f2c475a7f6bb6d8472e8b1ff31f2 Mon Sep 17 00:00:00 2001 From: Gimo Date: Fri, 18 Oct 2019 20:17:18 +0900 Subject: [PATCH] fix: hatena anonymous diary title & link (#3288) --- lib/routes/hatena/anonymous_diary/archive.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/routes/hatena/anonymous_diary/archive.js b/lib/routes/hatena/anonymous_diary/archive.js index 2644af574..e86e687df 100644 --- a/lib/routes/hatena/anonymous_diary/archive.js +++ b/lib/routes/hatena/anonymous_diary/archive.js @@ -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 &&