Skip to content

Commit

Permalink
chore: update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ppoffice committed Feb 3, 2024
1 parent 091f67d commit 4f4d4e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion source/_posts/demo/Hexo-Built-In-Tag-Helpers.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ Inserts an image with specified size.
{% img [class names] /path/to/image [width] [height] [title text [alt text]] %}
```

{% img /gallery/thumbnails/vector_landscape_1.svg 100% 100% '"Vector Landscape" "Vector Landscape"' %}
{% img /gallery/covers/vector_landscape_1.svg 100% 100% '"Vector Landscape" "Vector Landscape"' %}

## Link

Expand Down
2 changes: 1 addition & 1 deletion source/_posts/en/Configuring-Theme.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ Similarly, you may set the thumbnail of your post in the front-matter as well:

{% codeblock post.md lang:yaml %}
title: Getting Started with Icarus
thumbnail: /gallery/thumbnails/thumbnail.jpg
thumbnail: /gallery/covers/thumbnail.jpg
---
Post content...
{% endcodeblock %}
Expand Down
2 changes: 1 addition & 1 deletion source/_posts/zh-CN/Configuring-Theme.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ Post content...

{% codeblock post.md lang:yaml %}
title: Icarus快速上手
thumbnail: /gallery/thumbnails/thumbnail.jpg
thumbnail: /gallery/covers/thumbnail.jpg
---
Post content...
{% endcodeblock %}
Expand Down

0 comments on commit 4f4d4e1

Please sign in to comment.