chore: update doc

pull/1299/head
ppoffice 2024-02-03 00:54:02 -08:00
parent 091f67d16a
commit 4f4d4e158b
No known key found for this signature in database
GPG Key ID: D872802C1F2A16AA
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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 %}

View File

@ -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 %}