banner settings
This commit is contained in:
@ -45,6 +45,6 @@
|
||||
}
|
||||
|
||||
<div class="container">
|
||||
@await Component.InvokeAsync("BlogIndex",User.GetUserId()??"_anonymous_",0,25);
|
||||
@await Component.InvokeAsync("BlogIndex",User.GetUserId()??"_anonymous_",0,25)
|
||||
|
||||
</div>
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user