1

Change the directory of Bootstrap from '_assets' to static 'assets'.

This commit is contained in:
vonavi
2014-07-01 14:12:54 +03:00
parent e9b7df422d
commit d92ccf2af6
226 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta, title, CSS, favicons, etc. -->
{% include header.html %}
</head>
<body class="bs-docs-home">
<a class="sr-only" href="#content">Skip to main content</a>
<!-- Docs master nav -->
{% include nav-main.html %}
<!-- Page content of course! -->
{{ content }}
{% include footer.html %}
</body>
</html>