Skip to content

Commit

Permalink
Update post.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehranalam authored Apr 18, 2024
1 parent 98357f9 commit 4262bb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/_default/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<h4 class="card-title"><a href="{{ .Permalink }}">{{ .Title }}</a></h4>
<p dir="rtl" class="card-text">{{ .Summary | truncate 100 }}</p>
<p><i class="ti-calendar"></i> تاریخ انتشار مقاله : <b>{{ .Params.Dates }}</b> <br> لینک انتشار: <a
href="{{ .Params.Linke }}">{{.Params.Intro}}</a></p>
href="https//{{ .Params.Intro }}">{{.Params.Intro}}</a></p>
<a href="{{ .Permalink }}" class="btn btn-primary btn-sm">{{ i18n "read_more" }}</a>
</div>
</div>
</article>
</article>

0 comments on commit 4262bb5

Please sign in to comment.