Skip to content

Commit

Permalink
chore: use full url
Browse files Browse the repository at this point in the history
  • Loading branch information
volodya-lombrozo committed Apr 15, 2024
1 parent 73eab1f commit cafaae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gh-pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h1>Newsman</h1>
{% assign sitepages = site.pages | sort: 'order' %}
{% for sitepage in sitepages %}
<li>
<a href="{{ sitepage.url }}">{{ sitepage.title }}</a>
<a href="{{ sitepage.url }}">{{{site.canonical_domain}}{{site.baseurl}}{ sitepage.title }}</a>
</li>
{% endfor %}
</ul>
Expand Down

0 comments on commit cafaae9

Please sign in to comment.