aboutsummaryrefslogtreecommitdiff
path: root/.themes
diff options
context:
space:
mode:
authorBrandon Mathis <brandon@imathis.com>2011-07-17 17:27:18 -0400
committerBrandon Mathis <brandon@imathis.com>2011-07-17 17:27:18 -0400
commite17bb6ebd52e83cd00a1469ab9142c1c3ecfe656 (patch)
treef49e95e5fb1efe921dc50bd256fb80093c01685e /.themes
parentfe8150d7880912ceafdc48393084a8021d002b35 (diff)
downloadmy_new_personal_website-e17bb6ebd52e83cd00a1469ab9142c1c3ecfe656.tar.xz
my_new_personal_website-e17bb6ebd52e83cd00a1469ab9142c1c3ecfe656.zip
Fixed typo in code_block plugin
Diffstat (limited to '.themes')
-rw-r--r--.themes/classic/plugins/code_block.rb3
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>&lt;sarcasm> Ooooh, sarcasm... How original!&lt;/sarcasm>
-# </code></pre>
+# <pre><code>&lt;sarcasm> Ooooh, sarcasm... How original!&lt;/sarcasm></code></pre>
# </figure>
#
module Jekyll