diff options
| author | Aristeides Stathopoulos <[email protected]> | 2013-06-22 04:26:09 -0700 |
|---|---|---|
| committer | Aristeides Stathopoulos <[email protected]> | 2013-06-22 04:26:09 -0700 |
| commit | 9360a25abf1ab40c84a029c12a6a4e4c3d9a2206 (patch) | |
| tree | 65017a89c27eef36f43128960fcdbe19f3dcbb7d /docs/_layouts/example.html | |
| parent | e195457728deb29f1471ae62ae70f008bbff77fd (diff) | |
| parent | b0e943399df374b03f9ed5f676f33e42f5e53a74 (diff) | |
| download | bootstrap-9360a25abf1ab40c84a029c12a6a4e4c3d9a2206.tar.xz bootstrap-9360a25abf1ab40c84a029c12a6a4e4c3d9a2206.zip | |
Merge pull request #10 from twitter/3.0.0-wip
3.0.0 wip
Diffstat (limited to 'docs/_layouts/example.html')
| -rw-r--r-- | docs/_layouts/example.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/_layouts/example.html b/docs/_layouts/example.html new file mode 100644 index 000000000..617fc8ab2 --- /dev/null +++ b/docs/_layouts/example.html @@ -0,0 +1,17 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <!-- Meta, title, CSS, favicons, etc. --> + {% include header.html %} + <!-- Place anything custom after this. --> + </head> + <body> + + <!-- Page content of course! --> + {{ content }} + + <!-- JS and analytics only. --> + {% include footer.html %} + + </body> +</html> |
