diff --git a/_layouts/home.html b/_layouts/home.html index efc4e522e39..e44efe8f4cb 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -2,6 +2,7 @@ layout: default refactor: true --- + {% include lang.html %} {% assign pinned = site.posts | where: 'pin', 'true' %} diff --git a/_posts/2019-08-08-write-a-new-post.md b/_posts/2019-08-08-write-a-new-post.md index 22cc1916a51..090453be9dd 100644 --- a/_posts/2019-08-08-write-a-new-post.md +++ b/_posts/2019-08-08-write-a-new-post.md @@ -276,7 +276,7 @@ When a post contains many images, it will be a time-consuming task to repeatedly ```yml --- -media_subpath: /media/subpath/ +media_subpath: /img/path/ --- ``` @@ -290,7 +290,7 @@ And then, the image source of Markdown can write the file name directly: The output will be: ```html -The flower +The flower ``` {: .nolineno }