...
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user