banner settings

This commit is contained in:
2019-05-08 04:42:14 +01:00
parent c1e90a554e
commit 7c6ecf1975
18 changed files with 54 additions and 16 deletions

View File

@ -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>