Skip to content

Commit 7b5ed6b

Browse files
authored
Update extending-academy.md
Signed-off-by: Zihan Kuang <127078886+zihanKuang@users.noreply.github.com>
1 parent 6d49fb4 commit 7b5ed6b

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

content/en/cloud/academy/extending-academy.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,7 @@ Your theme includes powerful utility shortcodes that abstract away tenant scopin
118118

119119
### ✅ Syntax
120120

121-
```gohtml
122-
{{< usestatic path="images/logo.png" >}}
123-
```
121+
{{</* usestatic path="images/logo.png" */>}}
124122

125123
### 🧠 What it does
126124

@@ -134,9 +132,7 @@ Where `<tenant-uuid>` comes from your `tenant-context.html` partial.
134132

135133
### 📎 Example
136134

137-
```markdown
138-
![Logo]({{< usestatic path="images/logo.png" >}})
139-
```
135+
![Logo]({{</* usestatic path="images/logo.png" */>}})
140136

141137
Rendered as:
142138

0 commit comments

Comments
 (0)