Skip to content

Commit

Permalink
Link update
Browse files Browse the repository at this point in the history
  • Loading branch information
Grant-Archibald-MS committed Dec 14, 2024
1 parent ade60f4 commit 252e983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/latest.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ We are excited to share our latest updates and insights with you. Please check b
<ul>
{% for post in site.posts %}
<li>
<a href="{{ post.url }}">{{ post.title }}</a>
<a href="/powerfuldev-testing{{ post.url }}">{{ post.title }}</a>
<span>{{ post.date | date: "%B %d, %Y" }}</span>
<p>{{ post.excerpt | strip_html | truncatewords: 20 }}</p>
</li>
Expand Down

0 comments on commit 252e983

Please sign in to comment.