From dafba40358d2a29b81eac85c8ce933d48f9d6616 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sat, 7 Jan 2023 17:41:53 -0800 Subject: [PATCH] Fix language to be C --- exampleSite/content/blog/code-shortcode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;