Skip to content

Commit

Permalink
update relative_url
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed May 30, 2023
1 parent 04be95e commit 82f28fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docs/_layouts/blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<br/>
{% for post in paginator.posts %}
{% unless post.draft %}
<p><a href="{{ post.url }}">{{ post.title }}</a></p>
<p><a href="/rio{{ post.url | relative_url }}">{{ post.title }}</a></p>
{% endunless %}
{% endfor %}
</div>
Expand Down
1 change: 0 additions & 1 deletion docs/_posts/2023-05-09-release-0.0.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ layout: post
title: "Release 0.0.5"
date: 2023-05-31 10:34:14 +0200
categories: macos linux release
# draft: true
---

# Arrival to Linux, Themes support and many bug fixes.
Expand Down

0 comments on commit 82f28fc

Please sign in to comment.