diff --git a/_layouts/default.html b/_layouts/default.html index 9eee0cd07..2063ad9de 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -38,7 +38,7 @@
diff --git a/index.html b/index.html index f59bb0dbf..a8574cf71 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,11 @@ --- layout: default --- -Vagrant site coming soon.
\ No newline at end of file +Vagrant site coming soon.
+
+ {% highlight ruby %}
+ def foo
+ puts 'foo'
+ end
+ {% endhighlight %}
+
\ No newline at end of file