From faff5123cd1a5533064d897081e4c2038656ab28 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 2 Dec 2011 01:23:07 -0700 Subject: [PATCH] all examples must have foo --- content/articles/example/{01.js => foo.js} | 0 content/articles/example/index.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename content/articles/example/{01.js => foo.js} (100%) diff --git a/content/articles/example/01.js b/content/articles/example/foo.js similarity index 100% rename from content/articles/example/01.js rename to content/articles/example/foo.js diff --git a/content/articles/example/index.md b/content/articles/example/index.md index df360eb..1667e46 100644 --- a/content/articles/example/index.md +++ b/content/articles/example/index.md @@ -35,7 +35,7 @@ Include code blocks like this: Or from a file like this: -<%= code 'example.js' %> +<%= code 'foo.js' %> The path is relative to the article's folder.