We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e06817 commit b8c8734Copy full SHA for b8c8734
BlogEngine/BlogEngine.NET/Custom/Themes/Standard/site.master
@@ -74,8 +74,7 @@
74
</div>
75
76
77
- <script src="/custom/themes/standard/src/js/bootstrap.min.js"></script>
78
- <script src="/custom/themes/standard/src/js/custom.js"></script>
+ <script src="<%=Utils.RelativeWebRoot %>custom/themes/standard/src/js/custom.js"></script>
79
<script>
80
var customBackground = [CUSTOMFIELD|THEME|Standard|custom background (true or false ?) |false/];
81
if (customBackground) {
0 commit comments