Testing code highlighting

This commit is contained in:
Mitchell Hashimoto 2010-02-10 01:42:07 -08:00
parent 3949ca4dc8
commit 7767aac9f1
2 changed files with 9 additions and 2 deletions

View File

@ -38,7 +38,7 @@
<div id="footer" class="container_12 clearfix">
<div id="copy">
Copyright <a href="/license.html">&copy;</a> 2009-2010
Copyright <a href="/license.html">&copy;</a> 2009-2010. Design by <a href="http://www.ruby-whois.org/">Ruby Whois</a>.
</div>
</div>

View File

@ -1,4 +1,11 @@
---
layout: default
---
<p>Vagrant site coming soon.</p>
<p>Vagrant site coming soon.</p>
<code>
{% highlight ruby %}
def foo
puts 'foo'
end
{% endhighlight %}
</code>