diff options
author | Brandon Mathis <brandon@imathis.com> | 2011-07-17 17:27:18 -0400 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2011-07-17 17:27:18 -0400 |
commit | e17bb6ebd52e83cd00a1469ab9142c1c3ecfe656 (patch) | |
tree | f49e95e5fb1efe921dc50bd256fb80093c01685e /.themes/classic/plugins | |
parent | fe8150d7880912ceafdc48393084a8021d002b35 (diff) | |
download | my_new_personal_website-e17bb6ebd52e83cd00a1469ab9142c1c3ecfe656.tar.xz my_new_personal_website-e17bb6ebd52e83cd00a1469ab9142c1c3ecfe656.zip |
Fixed typo in code_block plugin
Diffstat (limited to '.themes/classic/plugins')
-rw-r--r-- | .themes/classic/plugins/code_block.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.themes/classic/plugins/code_block.rb b/.themes/classic/plugins/code_block.rb index a2aab886..00762d8a 100644 --- a/.themes/classic/plugins/code_block.rb +++ b/.themes/classic/plugins/code_block.rb @@ -30,8 +30,7 @@ # {% endcodeblock %} # # <figure role=code> -# <pre><code><sarcasm> Ooooh, sarcasm... How original!</sarcasm> -# </code></pre> +# <pre><code><sarcasm> Ooooh, sarcasm... How original!</sarcasm></code></pre> # </figure> # module Jekyll |