Skip to content

Commit

Permalink
Replace img tag to object for SVG file
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym authored Jul 20, 2024
1 parent 2ebd644 commit 673da99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/blog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
An ALPS profile example for ASD

<!-- Container for the ASDs -->
[<img src="profile.svg">](profile.title.svg)
<object data="profile.svg" type="image/svg+xml"></object>


## Tags
Expand Down

0 comments on commit 673da99

Please sign in to comment.