perhaps this will please travis?

This commit is contained in:
xirsoi 2020-03-19 12:39:34 -05:00
parent aefe543870
commit b3270091e7
3 changed files with 4 additions and 3 deletions

View File

@ -27,7 +27,7 @@
{% endif %}
{% unless page.hide_navigation == true %}
<a href="{{ site.url }}">Home</a> | <a href="{{site.url}}\another-page.html">Another Page</a>
<a href="{{ site.url }}">Home</a> | <a href="{{site.url}}\another-page\">Another Page</a>
{% endunless %}
</section>
</div>

View File

@ -7,7 +7,7 @@ excerpt: Example formatting for this theme! Click me!
Text can be **bold**, _italic_, ~~strikethrough~~ or `keyword`.
[Link to another page]({{site.url}}/another-page.html).
[Link to another page]({{site.url}}/another-page/).
There should be whitespace between paragraphs.

View File

@ -1,9 +1,10 @@
---
layout: default
permalink: /another-page/
---
## Welcome to another page
_yay_
[back](./)
[back](../)