Add backload
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
<link rel="stylesheet" type="text/css" href="/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" type="text/css" href="/css/site.css">
|
||||
<link rel="stylesheet" type="text/css" href="/css/style.css">
|
||||
@RenderSection("Styles", false)
|
||||
|
||||
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
@@ -58,7 +59,6 @@
|
||||
</header>
|
||||
|
||||
@RenderBody()
|
||||
@RenderSection("Form", false)
|
||||
|
||||
<footer class="field dark">
|
||||
<div class="container">
|
||||
@@ -73,6 +73,7 @@
|
||||
<!-- Javascripts -->
|
||||
<script src="/js/jquery.min.js"></script>
|
||||
<script src="/js/bootstrap.min.js"></script>
|
||||
<script src="/scripts/site.js"></script>
|
||||
<script src="/scripts/site.js"></script>
|
||||
@RenderSection("Scripts", false)
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user