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-about.md | 36 ------------------------------------ _posts/2011-12-31-test-post.md | 25 +++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 36 deletions(-) delete mode 100644 _posts/2011-12-31-about.md create mode 100644 _posts/2011-12-31-test-post.md (limited to '_posts') diff --git a/_posts/2011-12-31-about.md b/_posts/2011-12-31-about.md deleted file mode 100644 index cc64685..0000000 --- a/_posts/2011-12-31-about.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -layout: post -title: "Welcome to Jekyll!" -date: 2015-11-17 16:16:01 -0600 -categories: ---- - -## okidoki - -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 %} 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