diff --git a/exampleSite/content/blog/code-shortcode.md b/exampleSite/content/blog/code-shortcode.md index 85c1cea3..68d97a56 100644 --- a/exampleSite/content/blog/code-shortcode.md +++ b/exampleSite/content/blog/code-shortcode.md @@ -162,7 +162,7 @@ float Q_rsqrt( float number ) Result: -{{< paige/code lang="python" caption="Fast inverse square root" options="linenos=true,hl_lines=10" >}} +{{< paige/code lang="c" caption="Fast inverse square root" options="linenos=true,hl_lines=10" >}} float Q_rsqrt( float number ) { long i;