chore: update doc
parent
091f67d16a
commit
4f4d4e158b
|
@ -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
|
||||
|
||||
|
|
|
@ -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 %}
|
||||
|
|
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue