From 55967170e5a03fa539953d1d7752044b84f9c0ee Mon Sep 17 00:00:00 2001 From: Sevichecc <91365763+Sevichecc@users.noreply.github.com> Date: Fri, 12 Aug 2022 01:34:02 +0800 Subject: [PATCH] remove summary --- src/routes/__layout.svelte | 2 +- urara/2022-07-23-notes-xss.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/routes/__layout.svelte b/src/routes/__layout.svelte index 88852814..29585a6f 100644 --- a/src/routes/__layout.svelte +++ b/src/routes/__layout.svelte @@ -46,4 +46,4 @@ out:fly={{ y: -100, duration: 300 }}> -{/key} +{/key} \ No newline at end of file diff --git a/urara/2022-07-23-notes-xss.md b/urara/2022-07-23-notes-xss.md index b3903540..b676d94f 100644 --- a/urara/2022-07-23-notes-xss.md +++ b/urara/2022-07-23-notes-xss.md @@ -1,6 +1,5 @@ --- created: 2022-07-26 -summary: XSS 学习 tags: - XSS - Notes