banner settings
This commit is contained in:
parent
f356fd4ea8
commit
ab65ccac4e
18 changed files with 54 additions and 16 deletions
|
|
@ -42,19 +42,15 @@
|
|||
|
||||
</environment>
|
||||
|
||||
<style>
|
||||
nav { background: url(@Startup.SiteSetup.Banner);
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
</style>
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
if (typeof allowCircleToBlog !== "undefined") {
|
||||
$('input.Blogcirle[type=checkbox]').on('change', allowCircleToBlog);
|
||||
}
|
||||
});
|
||||
</script>
|
||||
<link rel="stylesheet" href="@Startup.SiteSetup.StyleSheet" asp-append-version="true"/>
|
||||
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
if (typeof allowCircleToBlog !== "undefined") {
|
||||
$('input.Blogcirle[type=checkbox]').on('change', allowCircleToBlog);
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
@RenderSection("header", required: false)
|
||||
</head>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue