mirror of
https://github.com/jekyll/jekyll.git
synced 2026-04-06 03:01:43 -04:00
Test Liquid syntax in CoffeeScript files
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
---
|
||||
message: "I knew it!"
|
||||
---
|
||||
|
||||
$ ->
|
||||
@@ -7,4 +8,4 @@ $ ->
|
||||
cube = (x) -> square(x) * x
|
||||
cubes = (math.cube num for num in list)
|
||||
|
||||
alert "I knew it!" if elvis?
|
||||
alert "{{ page.message }}" if elvis?
|
||||
|
||||
Reference in New Issue
Block a user