This commit is contained in:
Michael 2017-04-16 18:48:21 -04:00
parent 01f1c63735
commit bb0075072b

View file

@ -27,7 +27,6 @@
@Scripts.Render("~/bundles/modernizr") @Scripts.Render("~/bundles/modernizr")
</head> </head>
<body> <body>
@Scripts.Render("~/Scripts/highlight.js")
<div class="navbar navbar-default"> <div class="navbar navbar-default">
<div> <!--Let's just add some padding there so the page doesn't look fucked.--> <div> <!--Let's just add some padding there so the page doesn't look fucked.-->
<div class="navbar-header"> <div class="navbar-header">
@ -58,7 +57,7 @@
</div> </div>
</div> </div>
</div> </div>
@Scripts.Render("~/Scripts/highlight.js")
@if (ViewBag.Modals != null) @if (ViewBag.Modals != null)
{ {