Skip to content

Commit

Permalink
Fixed blog post descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
harrymkt committed Sep 5, 2024
1 parent f1e0a50 commit 0681b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/blog.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Here I will share my useful posts
## posts
{%for post in paginator.pages%}
{%assign posttitle=post.title%}
{%if post.description%}
{%if post.description and post.description!=""%}
{%assign posttitle=posttitle | append: " (" | append: post.description | append: ")"%}
{%endif%}
### [{{posttitle}}](/{{post.permalink}})
Expand Down

0 comments on commit 0681b4a

Please sign in to comment.