Skip to content

Commit

Permalink
url correction tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rahak committed Dec 6, 2023
1 parent 77697ec commit 59822bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ email: your-email@example.com
description: >- # this means to ignore newlines until "baseurl:"
Sideways Manner is bi-weekly publishing platform that documents the current activities, research and writing
by students of the MA graphic design program at the Estonian College of Arts in Tallinn, Estonia.
baseurl: "https://eka-gd-ma.github.io/sideways-manner/" # the subpath of your site, e.g. /blog
baseurl: "https://eka-gd-ma.github.io/sideways-manner" # the subpath of your site, e.g. /blog
url: "https://eka-gd-ma.github.io/sideways-manner" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username:
github_username:
Expand Down
2 changes: 1 addition & 1 deletion _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<article class="">
{% for post in site.posts %}
<li class="article-name">
<a href="{{ post.url }}">{{ post.title }}</a> by {{post.author }}
<a href="{{site.baseurl}}{{ post.url }}">{{ post.title }}</a> by {{post.author }}
<time class="text-align-end">{{ post.date | date: "%b %d, %Y" }}</time>
</li>

Expand Down

0 comments on commit 59822bb

Please sign in to comment.