--- layout: post title: "Welcome to Jekyll!" date: 2015-11-17 16:16:01 -0600 categories: --- Here is my page and it's awesome. `​``javascript console.log('asasdasd'); `​`` ```ruby def show @widget = Widget(params[:id]) respond_to do |format| format.html # show.html.erb format.json { render json: @widget } end end ``` --- {% highlight ruby %} def show @widget = Widget(params[:id]) respond_to do |format| format.html # show.html.erb format.json { render json: @widget } end end {% endhighlight %}