File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ title_separator : "-"
8
8
name : " TNG Technology Consulting GmbH"
9
9
description : " A Java architecture test library, to specify and assert architecture rules in plain Java"
10
10
url : " http://localhost"
11
- baseurl : " / "
11
+ baseurl : " "
12
12
repository : " codecholeric/archunit"
13
13
teaser : # path of fallback teaser image, e.g. "/assets/images/500x300.png"
14
14
words_per_minute : 200
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ title : "ArchUnit"
7
7
title_separator : " -"
8
8
name : " TNG Technology Consulting GmbH"
9
9
description : " A Java architecture test library, to specify and assert architecture rules in plain Java"
10
- url : " https ://tng.github.io "
10
+ url : " http ://www.archunit.org "
11
11
baseurl : " /"
12
12
repository : " codecholeric/archunit"
13
13
teaser : # path of fallback teaser image, e.g. "/assets/images/500x300.png"
Original file line number Diff line number Diff line change 5
5
< div class ="masthead__inner-wrap ">
6
6
< div class ="masthead__menu ">
7
7
< nav id ="site-nav " class ="greedy-nav ">
8
- < a class ="site-title " href ="{{ '/' | absolute_url }} "> < img src ="assets/ArchUnit-Logo.png " style ="height:32px; " alt ="{{ site.title }} "/> </ a >
8
+ < a class ="site-title " href ="{{ '/' | absolute_url }} "> < img src ="/ assets/ArchUnit-Logo.png " style ="height:32px; " alt ="{{ site.title }} "/> </ a >
9
9
< ul class ="visible-links ">
10
10
{% for link in site.data.navigation.main %}
11
11
{% if link.url contains 'http' %}
Original file line number Diff line number Diff line change @@ -23,6 +23,6 @@ importing all classes into a Java code structure. You can find examples for the
23
23
24
24
{% for i in (0..2) %}
25
25
{% assign post = site.posts[ i] %}
26
- <span class =" post-date " >{{ post.date | date: "%b %-d, %Y" }}</span > – <a class =" post-link " href =" {{ post.url | relative_url }} " >{{ post.title }}</a >
26
+ <span class =" post-date " >{{ post.date | date: "%b %-d, %Y" }}</span > – <a class =" post-link " href =" {{ post.url }} " >{{ post.title }}</a >
27
27
{% endfor %}
28
28
Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ permalink: /news
12
12
{% for post in site.posts %}
13
13
<li>
14
14
<span class="post-date">{{ post.date | date: "%b %-d, %Y" }}</span>
15
- <a class="post-link" href="{{ post.url | relative_url }}">{{ post.title }}</a>
15
+ <a class="post-link" href="{{ post.url }}">{{ post.title }}</a>
16
16
</li>
17
17
{% endfor %}
18
18
</ul >
19
19
20
- <p class =" rss-subscribe " >subscribe <a href =" {{ " /feed.xml" | relative_url }}" >via RSS</a ></p >
20
+ <p class =" rss-subscribe " >subscribe <a href =" {{ " /feed.xml" }}" >via RSS</a ></p >
21
21
22
22
</div >
23
23
You can’t perform that action at this time.
0 commit comments