Skip to content

Commit

Permalink
edit steps to add image
Browse files Browse the repository at this point in the history
  • Loading branch information
jyoti-bhogal committed Nov 6, 2024
1 parent e80ea58 commit 7a9e3ca
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,18 +259,19 @@ title = ""

[asset]
image = "image_name_with_file_extension"
url = "https://www.volkswagenstiftung.de/en"
text = "Volkswagen Foundation logo"
url = "relevant_url"
text = "image_short_description"
+++
```

**Note**:

* Here `"image_name_with_file_extension"` is the exact name of the image as
mentioned in the `/static` directory.
* `text` is used to give a short description of the image.
* `text` is used to give a short description of the image. Please enter a
short description of the image after the `=` sign.
* `url` is an optional attribute. It is used if we want to hyperlink the image
with some relevant link.
with some relevant link. Please enter the hyperlink after the `=` sign.
* Image caption:
...

Expand Down

0 comments on commit 7a9e3ca

Please sign in to comment.