From c04ed508a92ca6aedaa3ab69f41a3f63d17495ba Mon Sep 17 00:00:00 2001 From: Steve Schwartz Date: Sat, 7 Jan 2012 17:39:03 -0500 Subject: [PATCH] Added default layout and moved index to md --- .gitignore | 2 ++ _layouts/default.html | 8 ++++++++ index.html | 2 -- index.md | 8 ++++++++ 4 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 .gitignore create mode 100644 _layouts/default.html delete mode 100644 index.html create mode 100644 index.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c4ba090 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.rvmrc +_site diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..8453402 --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,8 @@ + + + {{ page.title }} + + + {{ content }} + + diff --git a/index.html b/index.html deleted file mode 100644 index cb9e8a8..0000000 --- a/index.html +++ /dev/null @@ -1,2 +0,0 @@ -jQuery EasyTabs - diff --git a/index.md b/index.md new file mode 100644 index 0000000..a6daa78 --- /dev/null +++ b/index.md @@ -0,0 +1,8 @@ +--- +layout: default +title: jQuery EasyTabs Plugin +--- + +# jQuery EasyTabs + +Testing