Skip to content

Commit

Permalink
rewrite thumb for cows and sheep
Browse files Browse the repository at this point in the history
  • Loading branch information
aloxe committed Jan 10, 2025
1 parent e591579 commit 82965e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/pages/examples/images/global/cows.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ author: aloxe
date: 2024-12-02
subtitle: Yet another example page
ismarkdown: true
thumbnail: /examples/cows.jpg
thumbnail: ../../cows.jpg
---
## Picture of cows

Expand All @@ -20,6 +20,6 @@ It can be used with the path from the root of pages but will not be able to be u
![drooderfiets and cows](/examples/cows.jpg)
```

Also it will not be visible in the CMS when editing the current page.
Also it will not be visible in the CMS when editing the current page. You will also note that the thumbnail only accept a path relative to the current page.

![drooderfiets and cows](/examples/cows.jpg)
4 changes: 2 additions & 2 deletions src/pages/examples/images/local/sheep.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ author: aloxe
date: 2024-12-21
subtitle: Yet another example page
ismarkdown: true
thumbnail: /examples/images/local/sheep.jpg
thumbnail: sheep.jpg
---
## A picture of sheep

Expand All @@ -20,6 +20,6 @@ It is possible to display the image giving the entire path to the file as bellow
![drooderfiets and sheep](/examples/images/local/sheep.jpg)
```

While this may help you understand where the file is, it is less practical in the CMS as the image will not be visible in the editor. Though it will still display in the page.
While this may help you understand where the file is, it is less practical in the CMS as the image will not be visible in the editor. Though it will still display in the page. You will also note that the thumbnail only accept the relative path.

![drooderfiets and sheep](/examples/images/local/sheep.jpg)

0 comments on commit 82965e0

Please sign in to comment.