Skip to content

Commit

Permalink
baseurl
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Dec 19, 2024
1 parent 9e6f1f1 commit 42a5f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/community.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ <h2 class="year">{{ year[0] }} Year in Review</h2>
<h3>{{ p | regex_replace: '-', ' ' | titlecase }}</h3>
<ul>
{% for resource in group %}
<li><a href="{{ resource[2].url }}">{{ resource[2].title }}</a></li>
<li><a href="{{ site.baseurl }}{{ resource[2].url }}">{{ resource[2].title }}</a></li>
{% endfor %}
</ul>
{% endif %}
Expand Down

0 comments on commit 42a5f72

Please sign in to comment.