We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f5569b commit b3e059dCopy full SHA for b3e059d
_posts/2025-01-17-quadratik.md
@@ -266,8 +266,8 @@ elbow_plots
266
```
267
<figure style="float: center;">
268
<picture>
269
- <source srcset= { '/images/quadratik/validation-dog-cat.webp' | relative_url }} type="image/webp">
270
- <img src="/images/quadratik/validation-dog-cat.png" alt="Dog Cat Image Validation Plots" />
+ <source srcset= {{ '/images/quadratik/validation-dog-cat.webp' | relative_url }} type="image/webp">
+ <img src= {{ '/images/quadratik/validation-dog-cat.png' | relative_url }} alt="Dog Cat Image Validation Plots" />
271
</picture>
272
</figure>
273
0 commit comments