aboutsummaryrefslogtreecommitdiff
path: root/.themes/classic/source
diff options
context:
space:
mode:
authorBrandon Mathis <brandon@imathis.com>2011-07-26 23:37:31 -0400
committerBrandon Mathis <brandon@imathis.com>2011-07-26 23:37:31 -0400
commit6e2beaa969d6dd68652fa2cd79ad4eb6eeeaae49 (patch)
treecd7bd3f5dce02c36501738cdeae3633a2c0d5128 /.themes/classic/source
parent786b8e8783cb596f8c375b8ba6dea9123ae9620a (diff)
downloadmy_new_personal_website-6e2beaa969d6dd68652fa2cd79ad4eb6eeeaae49.tar.xz
my_new_personal_website-6e2beaa969d6dd68652fa2cd79ad4eb6eeeaae49.zip
added support for github style backtick code blocks
Diffstat (limited to '.themes/classic/source')
-rw-r--r--.themes/classic/source/_layouts/default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/.themes/classic/source/_layouts/default.html b/.themes/classic/source/_layouts/default.html
index 5b6240de..f6333435 100644
--- a/.themes/classic/source/_layouts/default.html
+++ b/.themes/classic/source/_layouts/default.html
@@ -5,7 +5,7 @@
<nav role=navigation>{% include navigation.html %}</nav>
<div id="main">
<div id="content">
- {{ content | expand_urls: root_url | smart_quotes }}
+ {{ content | expand_urls: root_url | backtick_codeblock | smart_quotes }}
{% unless page.sidebar == false %}
<aside role=sidebar>{% include sidebar.html %}</aside>
{% endunless %}