...
This commit is contained in:
@@ -1,11 +1,34 @@
|
|||||||
@using Shared.DTOs
|
@using Shared.DTOs
|
||||||
@inject HttpClient _hc
|
@inject HttpClient _hc
|
||||||
@layout BlogLayout
|
@layout EmptyLayout
|
||||||
@page "/BlogDetails/{ItemID:int}"
|
@page "/BlogDetails/{ItemID:int}"
|
||||||
@inject NavigationManager Navigation
|
@inject NavigationManager Navigation
|
||||||
<PageTitle>دانشنامه</PageTitle>
|
<PageTitle>دانشنامه</PageTitle>
|
||||||
|
|
||||||
<main>
|
<HeadContent>
|
||||||
|
<!-- Place favicon.ico in the root directory -->
|
||||||
|
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.png">
|
||||||
|
|
||||||
|
<!-- CSS here -->
|
||||||
|
<link rel="stylesheet" href="css/bootstrap.rtl.min.css">
|
||||||
|
<link rel="stylesheet" href="css/animate.css">
|
||||||
|
<link rel="stylesheet" href="css/custom-animation.css">
|
||||||
|
<link rel="stylesheet" href="css/slick.css">
|
||||||
|
<link rel="stylesheet" href="css/nice-select.css">
|
||||||
|
<link rel="stylesheet" href="css/flaticon.css">
|
||||||
|
<link rel="stylesheet" href="css/swiper-bundle.css">
|
||||||
|
<link rel="stylesheet" href="css/meanmenu.css">
|
||||||
|
<link rel="stylesheet" href="css/font-awesome-pro.css">
|
||||||
|
<link rel="stylesheet" href="css/magnific-popup.css">
|
||||||
|
<link rel="stylesheet" href="css/spacing.css">
|
||||||
|
<link rel="stylesheet" href="css/Lanstyle.css">
|
||||||
|
<link rel="stylesheet" href="css/rtl.css">
|
||||||
|
<meta name="description" content="تست" />
|
||||||
|
</HeadContent>
|
||||||
|
<LBlogheader />
|
||||||
|
<div id="smooth-wrapper">
|
||||||
|
<div id="smooth-content">
|
||||||
|
<main>
|
||||||
|
|
||||||
<!-- breadcrumb-area-start -->
|
<!-- breadcrumb-area-start -->
|
||||||
<div class="breadcrumb__area breadcrumb-ptb-4 p-relative blue-bg-2">
|
<div class="breadcrumb__area breadcrumb-ptb-4 p-relative blue-bg-2">
|
||||||
@@ -91,7 +114,7 @@
|
|||||||
<div class="sidebar__post rc__post">
|
<div class="sidebar__post rc__post">
|
||||||
@foreach (var item in collectionitem)
|
@foreach (var item in collectionitem)
|
||||||
{
|
{
|
||||||
<ItemBlog___v2 Item="item"/>
|
<ItemBlog___v2 Item="item" />
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -100,7 +123,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@if (Item!=null && !string.IsNullOrEmpty(Item.Tags))
|
@if (Item != null && !string.IsNullOrEmpty(Item.Tags))
|
||||||
{
|
{
|
||||||
<div class="sidebar__widget mb-40">
|
<div class="sidebar__widget mb-40">
|
||||||
<div class="sidebar__widge-title-box">
|
<div class="sidebar__widge-title-box">
|
||||||
@@ -131,7 +154,13 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
</main>
|
</main>
|
||||||
|
<Lfooter />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user