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