diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2018-08-06 05:35:52 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2018-08-06 05:35:52 +0200 |
| commit | 6968f50956b5fe82673120bd23fa01b060b5a645 (patch) | |
| tree | 88b046af2b076f0c2455ec7b2dc631f9d4a00f64 /_posts/2011-12-31-test-post.md | |
| parent | ad0d2597c556b6999d68914cfaaa1096c7fd56b5 (diff) | |
| download | mitjafelicijan.com-6968f50956b5fe82673120bd23fa01b060b5a645.tar.gz | |
qwe
Diffstat (limited to '_posts/2011-12-31-test-post.md')
| -rw-r--r-- | _posts/2011-12-31-test-post.md | 25 |
1 files changed, 25 insertions, 0 deletions
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 @@ | |||
| 1 | --- | ||
| 2 | layout: post | ||
| 3 | title: "Test post" | ||
| 4 | categories: | ||
| 5 | --- | ||
| 6 | |||
| 7 | ## okidoki | ||
| 8 | |||
| 9 | Here is my page and it's awesome. | ||
| 10 | |||
| 11 | ```js | ||
| 12 | console.log('asasdasd'); | ||
| 13 | ``` | ||
| 14 | |||
| 15 | This is all ok | ||
| 16 | |||
| 17 | ```ruby | ||
| 18 | def 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 | ||
| 24 | end | ||
| 25 | ``` | ||
