From b3270091e7852df750a5f7e27ed3ea2f0d64fd8e Mon Sep 17 00:00:00 2001 From: xirsoi Date: Thu, 19 Mar 2020 12:39:34 -0500 Subject: [PATCH] perhaps this will please travis? --- _layouts/default.html | 2 +- _posts/2020-03-18-a-post.md | 2 +- another-page.md | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index 79110e1..9c4b312 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -27,7 +27,7 @@ {% endif %} {% unless page.hide_navigation == true %} - Home | Another Page + Home | Another Page {% endunless %} diff --git a/_posts/2020-03-18-a-post.md b/_posts/2020-03-18-a-post.md index a26558f..5286a4e 100644 --- a/_posts/2020-03-18-a-post.md +++ b/_posts/2020-03-18-a-post.md @@ -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. diff --git a/another-page.md b/another-page.md index 03ce0c2..0563332 100644 --- a/another-page.md +++ b/another-page.md @@ -1,9 +1,10 @@ --- layout: default +permalink: /another-page/ --- ## Welcome to another page _yay_ -[back](./) +[back](../)