diff options
| author | Sean Fridman <fridman@mail.sfsu.edu> | 2015-04-07 22:18:48 -0400 |
|---|---|---|
| committer | Sean Fridman <fridman@mail.sfsu.edu> | 2015-04-07 22:18:48 -0400 |
| commit | 8896617d1b5db8f4c58c08a4fb7361ce9e55281a (patch) | |
| tree | 94d89c8b42267b47b1701551f04b213c34ecc00f /examples | |
| parent | 57b72a57449f00938dd80c17c9c138ecee8a2ad4 (diff) | |
Use correct extension for Liquid templates
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/templates/index.liquid (renamed from examples/templates/index.mustache) | 1 | ||||
| -rw-r--r-- | examples/templates/page.liquid (renamed from examples/templates/page.mustache) | 0 | ||||
| -rw-r--r-- | examples/templates/project.liquid (renamed from examples/templates/project.mustache) | 0 |
3 files changed, 1 insertions, 0 deletions
diff --git a/examples/templates/index.mustache b/examples/templates/index.liquid index 9933064..21d8764 100644 --- a/examples/templates/index.mustache +++ b/examples/templates/index.liquid @@ -1,6 +1,7 @@ <!DOCTYPE html> <html> <head> + <link rel="stylesheet" href="css/main.css"> </head> <body> {{meta.project}} diff --git a/examples/templates/page.mustache b/examples/templates/page.liquid index f7d899f..f7d899f 100644 --- a/examples/templates/page.mustache +++ b/examples/templates/page.liquid diff --git a/examples/templates/project.mustache b/examples/templates/project.liquid index dac1d8d..dac1d8d 100644 --- a/examples/templates/project.mustache +++ b/examples/templates/project.liquid |
