Skip to content

Commit

Permalink
fix blog page link in home page
Browse files Browse the repository at this point in the history
  • Loading branch information
aahnik committed Jan 5, 2024
1 parent aa184ae commit b91d62d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/home/templates/home/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,12 @@ <h2 class="mb-8 text-2xl font-bold text-gray-900 dark:text-white">Recent News</h
</a>
{%endif%}
<h2 class="mb-2 text-xl font-bold leading-tight text-gray-900 dark:text-white">
<a href="blogs/{{blog.slug}}">{{blog.title}}</a>
<a href="blog/{{blog.slug}}">{{blog.title}}</a>
</h2>
<p class="mb-4 text-gray-500 dark:text-gray-400">
{{blog.summary}}
</p>
<a href="blogs/{{blog.slug}}"
<a href="blog/{{blog.slug}}"
class="inline-flex items-center font-medium underline underline-offset-4 text-primary-600 dark:text-primary-500 hover:no-underline">
Read more
</a>
Expand Down

0 comments on commit b91d62d

Please sign in to comment.