Skip to content

Commit

Permalink
Deploying to gh-pages from @ 8564f54 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Miepee committed Jul 4, 2024
1 parent b9f9e06 commit 7d7fd45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h1 itemprop="headline">
{%- if page.tags != empty -%}
Tags:
{% for tag in page.tags %}
<a class="text-decoration-none no-underline" href="{{ tag | slugify | prepend:'/blog/tags#' | relative_url }}">
<a class="text-decoration-none no-underline" href="{{ tag | slugify | prepend:'/guides#' | relative_url }}">
<span class="tag badge badge-pill text-primary border border-primary">{{ tag }}</span>
</a>
{% endfor %}
Expand All @@ -44,4 +44,4 @@ <h1 itemprop="headline">
{% include blog/disqus.html %}
</div>
{% endif %}
</div>
</div>

0 comments on commit 7d7fd45

Please sign in to comment.