Update Index.cshtml

pull/17925/head
Enis Necipoglu 1 year ago
parent 1f2e5e74cf
commit 2e29d19489
No known key found for this signature in database
GPG Key ID: 1EC55E13241E1680

@ -52,7 +52,7 @@
@if (Model.TagId.HasValue) @if (Model.TagId.HasValue)
{ {
<h2>@L["Tags"]</h2> <h4>@L["Tags"]</h4>
<span class="badge rounded-pill text-bg-secondary">@Model.FilteredTagName <span class="badge rounded-pill text-bg-secondary">@Model.FilteredTagName
<a href="/@CmsBlogsWebConsts.BlogsRoutePrefix/@Model.BlogSlug" class="text-bg-secondary"><i class="fa fa-close ms-1"></i></a> <a href="/@CmsBlogsWebConsts.BlogsRoutePrefix/@Model.BlogSlug" class="text-bg-secondary"><i class="fa fa-close ms-1"></i></a>
</span> </span>

Loading…
Cancel
Save