aboutsummaryrefslogtreecommitdiff
path: root/_posts/2011-12-31-test-post.md
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2018-08-06 06:05:27 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2018-08-06 06:05:27 +0200
commitf078c475312b91b50f1a72d5ba8907ed8d715e15 (patch)
tree9da487c532ed9e91d58c9fbf0d3b4d1bd88a4876 /_posts/2011-12-31-test-post.md
parent102a156146db518f2b56eb61ba89b128faade6cc (diff)
downloadmitjafelicijan.com-f078c475312b91b50f1a72d5ba8907ed8d715e15.tar.gz
update
Diffstat (limited to '_posts/2011-12-31-test-post.md')
-rw-r--r--_posts/2011-12-31-test-post.md25
1 files changed, 0 insertions, 25 deletions
diff --git a/_posts/2011-12-31-test-post.md b/_posts/2011-12-31-test-post.md
deleted file mode 100644
index ebc76e5..0000000
--- a/_posts/2011-12-31-test-post.md
+++ /dev/null
@@ -1,25 +0,0 @@
1---
2layout: post
3title: "Test post"
4categories:
5---
6
7## okidoki
8
9Here is my page and it's awesome.
10
11```js
12console.log('asasdasd');
13```
14
15This is all ok
16
17```ruby
18def show
19 @widget = Widget(params[:id])
20 respond_to do |format|
21 format.html # show.html.erb
22 format.json { render json: @widget }
23 end
24end
25```