This commit is contained in:
mmrbnjd
2024-09-19 19:53:44 +03:30
parent 5a02b3b24e
commit cfa6616b03
7 changed files with 42 additions and 25 deletions

View File

@@ -25,6 +25,8 @@
<link rel="stylesheet" href="css/rtl.css">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="language" content="FA" />
<meta name="description" content="@description" />
</HeadContent>
<LBlogheader />
@@ -73,7 +75,7 @@
<div class="row">
<div class="col-xl-12">
<div class="blog-details-big-img z-index-2">
<img src="img/blog/@Item?.Photo" width="400" height="400" alt="">
<img src="img/blog/@Item?.Photo" width="400" height="400" alt="@Item?.Title">
</div>
</div>
</div>
@@ -242,6 +244,7 @@
public async Task GenerateTags()
{
description = Item.Title;
description = Item.Description ?? Item.Title;
}
}