If you use Jekyll with the Pygments syntax-highlighting package, it’s possible to write
{% highlight clojure %} (def something :foobar) {% endhighlight %}
My quick workaround was letting Jekyll preprocess the code:
…
And paste it into a desirable place after replacing divs with spans: