Skip to content

Commit

Permalink
Updated Nov 23 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiangyuan Li authored and Jiangyuan Li committed Nov 23, 2024
1 parent 31460f1 commit a502ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ <h1>Welcome to My Blog</h1>
<div class="blog-posts">
{% for post in posts %}
<article class="blog-post">
<h2>{{ post.title }}</h2>
<!-- <h2>{{ post.title }}</h2> -->
<div class="post-content">
{{ post.content | safe }}
</div>
Expand Down

0 comments on commit a502ee3

Please sign in to comment.