class Foo {
def bar
}
def baz = new Foo()
you'll get an error like:
Invalid duplicate class definition of class Foo
Further explanation here and here.
class Foo {
def bar
}
def baz = new Foo()
Invalid duplicate class definition of class Foo
Getting a list of pages in a Jekyll site is easy, but paring that down to just the top-level files and the index pages is tricky. {% for p...
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.