diff options
| author | Mark Otto <[email protected]> | 2013-02-14 23:42:47 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-02-14 23:42:47 -0800 |
| commit | ae525258af17ef8f14259971442eacbec31d1d01 (patch) | |
| tree | 5f5958f83b59356cdac32440183b691afe0c4e7a /docs/_layouts/example.html | |
| parent | b1e7010bfcba029180545fe0dcf4d66183ea4a71 (diff) | |
| parent | aa5f09037133f22093c4b97d15451d4e54180ba2 (diff) | |
| download | bootstrap-ae525258af17ef8f14259971442eacbec31d1d01.tar.xz bootstrap-ae525258af17ef8f14259971442eacbec31d1d01.zip | |
Merge branch 'bs3_jekyll' into 3.0.0-wip
Conflicts:
docs/css.html
docs/templates/pages/css.mustache
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..38510f13a --- /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>
\ No newline at end of file |
