Skip to content

Commit 0bad0e4

Browse files
authored
Fix CONTRIBUTING.md (#80)
1 parent 829889b commit 0bad0e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ title: "Computing slope from elevation data in Python"
8181
author: "Your Name"
8282
date: "2025-05-15"
8383
description: "Learn how to derive slope from elevation data in GRASS in a Jupyter Notebook."
84-
categories: ["beginner", "geomorphometry", Python]
85-
thumbnail: slope_thumbnail.webp
84+
categories: [beginner, geomorphometry, Python]
85+
image: slope_thumbnail.webp
8686
format:
8787
ipynb: default
8888
html:
@@ -117,7 +117,7 @@ At the same time, their size should not be too big to load quickly, try to keep
117117
```
118118

119119
Each tutorial needs to have at least one image that can be used on the main page as a thumbnail.
120-
You can either specify it in the YAML header (`thumbnail: image.webp`) or add `{.preview-image}` to the image.
120+
You can either specify it in the YAML header (`image: image.webp`) or add `{.preview-image}` to the image.
121121

122122
``` markdown
123123
![Slope map](slope.webp){.preview-image}

0 commit comments

Comments
 (0)