From dba69d3ceb5e9ba5f2c27ec2249cb96ef13802bb Mon Sep 17 00:00:00 2001 From: mayx Date: Thu, 19 Jun 2025 02:43:23 +0000 Subject: Update 2 files - /_layouts/post.html - /assets/css/style.scss--- _layouts/post.html | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) (limited to '_layouts') diff --git a/_layouts/post.html b/_layouts/post.html index dca7641..f46dd9e 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -97,10 +97,34 @@ $.get(BlogAPI + "/suggest?id={{ page.url }}&update=" + lastUpdated.valueOf(), fu searchMap[search[i].url] = search[i]; } + var tooltip = $('
').appendTo('body').hide(); for (var j = 0; j < data.length; j++) { var item = searchMap[data[j].id]; if (item) { - suggest.append('' + item.title + ' - ' + item.date + '