|
|
|
@ -68,6 +68,14 @@ h6 {
|
|
|
|
<style>
|
|
|
|
<style>
|
|
|
|
nav { background: url(@Startup.SiteSetup.Banner) 0% 50% no-repeat; }
|
|
|
|
nav { background: url(@Startup.SiteSetup.Banner) 0% 50% no-repeat; }
|
|
|
|
</style>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
|
|
|
$(document).ready(function() {
|
|
|
|
|
|
|
|
if (typeof allowCircleToBlog !== "undefined") {
|
|
|
|
|
|
|
|
$('input.Blogcirle[type=checkbox]').on('change', allowCircleToBlog);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
|
|
@RenderSection("header", required: false)
|
|
|
|
@RenderSection("header", required: false)
|
|
|
|
</head>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<body>
|
|
|
|
|