From 985d7975aca7b775d299f13f4affef5f5758bdd1 Mon Sep 17 00:00:00 2001 From: yyexplore Date: Wed, 4 Nov 2020 09:55:38 +0800 Subject: [PATCH] chagne imge path to rel --- content/chapter_01/test1.md | 2 +- content/chapter_01/test2.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/chapter_01/test1.md b/content/chapter_01/test1.md index f01c936..93796c8 100644 --- a/content/chapter_01/test1.md +++ b/content/chapter_01/test1.md @@ -6,4 +6,4 @@ tags: ["1024", "open source"] ppt 展示 -{{< embed-pdf-view url="/chapter_01/test1.files/木兰协议-加油中国开源进程-杨丽蕴final.pdf" >}} \ No newline at end of file +{{< embed-pdf-view url="chapter_01/test1.files/木兰协议-加油中国开源进程-杨丽蕴final.pdf" >}} \ No newline at end of file diff --git a/content/chapter_01/test2.md b/content/chapter_01/test2.md index 464fe53..e1a5f75 100644 --- a/content/chapter_01/test2.md +++ b/content/chapter_01/test2.md @@ -11,7 +11,7 @@ Gooooooooood ! #### 测试图片 根目录 -![图片2](/chapter_01/test2.files/bg2.png) +![图片2](chapter_01/test2.files/bg2.png) 相对路径 ![图片2](../test2.files/bg1.png) -- GitLab