Skip to content

Commit

Permalink
fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
m-julian committed Nov 9, 2024
1 parent f0f0079 commit 5a682c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example_pages/posts/2018-12-22-distill.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ return x \* x;
You can add interative plots using plotly + iframes :framed_picture:

<div class="l-page">
<iframe src="{{ '/assets/plotly/demo.html' | relative_url }}" frameborder='0' scrolling='no' height="500px" width="100%" style="border: 1px dashed grey;"></iframe>
<iframe src="{{'/assets/plotly/demo.html'}}" frameborder='0' scrolling='no' height="500px" width="100%" style="border: 1px dashed grey;"></iframe>
</div>

The plot must be generated separately and saved into an HTML file.
Expand Down

0 comments on commit 5a682c4

Please sign in to comment.