From 6968f50956b5fe82673120bd23fa01b060b5a645 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Mon, 6 Aug 2018 05:35:52 +0200 Subject: qwe --- _posts/2011-12-31-test-post.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 _posts/2011-12-31-test-post.md (limited to '_posts/2011-12-31-test-post.md') diff --git a/_posts/2011-12-31-test-post.md b/_posts/2011-12-31-test-post.md new file mode 100644 index 0000000..ebc76e5 --- /dev/null +++ b/_posts/2011-12-31-test-post.md @@ -0,0 +1,25 @@ +--- +layout: post +title: "Test post" +categories: +--- + +## okidoki + +Here is my page and it's awesome. + +```js +console.log('asasdasd'); +``` + +This is all ok + +```ruby +def show + @widget = Widget(params[:id]) + respond_to do |format| + format.html # show.html.erb + format.json { render json: @widget } + end +end +``` -- cgit v1.2.3