This commit is contained in:
mmrbnjd
2024-09-18 15:29:58 +03:30
parent 0a7adc0708
commit 712ef32474

View File

@@ -1,10 +1,33 @@
@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>
<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> <main>
<!-- breadcrumb-area-start --> <!-- breadcrumb-area-start -->
@@ -132,6 +155,12 @@
</main> </main>
<Lfooter />
</div>
</div>