Skip to content

Commit f2254a4

Browse files
authored
Replace image directive with HTML img tag to fix CIOOS svg logo
1 parent 42ed14c commit f2254a4

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

ohw26/index.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,7 @@ The events will be all-day workshops (approximately 9am - 5pm). Join us for five
115115

116116
<div class="col-4" style="margin-bottom: 1rem">
117117

118-
```{image} ../assets/images/logos/cioospacific-logo.svg
119-
:alt: CIOOS Pacific
120-
:width: 180px
121-
```
118+
<img src="../assets/images/logos/cioospacific-logo.svg" alt="CIOOS Pacific" width="180px">
122119

123120
</div>
124121
<div class="col-4" style="margin-bottom: 1rem">

0 commit comments

Comments
 (0)