Testing code highlighting
This commit is contained in:
parent
3949ca4dc8
commit
7767aac9f1
|
@ -38,7 +38,7 @@
|
||||||
|
|
||||||
<div id="footer" class="container_12 clearfix">
|
<div id="footer" class="container_12 clearfix">
|
||||||
<div id="copy">
|
<div id="copy">
|
||||||
Copyright <a href="/license.html">©</a> 2009-2010
|
Copyright <a href="/license.html">©</a> 2009-2010. Design by <a href="http://www.ruby-whois.org/">Ruby Whois</a>.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,11 @@
|
||||||
---
|
---
|
||||||
layout: default
|
layout: default
|
||||||
---
|
---
|
||||||
<p>Vagrant site coming soon.</p>
|
<p>Vagrant site coming soon.</p>
|
||||||
|
<code>
|
||||||
|
{% highlight ruby %}
|
||||||
|
def foo
|
||||||
|
puts 'foo'
|
||||||
|
end
|
||||||
|
{% endhighlight %}
|
||||||
|
</code>
|
Loading…
Reference in New Issue