diff options
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/welcome.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/_layouts/welcome.html b/_layouts/welcome.html index 8cf0f40..95cafd5 100644 --- a/_layouts/welcome.html +++ b/_layouts/welcome.html @@ -25,8 +25,8 @@ --> </p> <p class="hidden-xs">Irssi is free software licensed under the GPLv2, available for Linux, BSD, Solaris, Apple, Cygwin, …</p> - <p style="line-height: 3"><a class="btn btn-lg btn-danger" href="/download/" role="button">Getting Irssi »</a> - <a class="btn btn-lg btn-info" href="/documentation/" role="button">Read tutorials and docs »</a> + <p style="line-height: 3"><a class="btn btn-lg btn-danger" href="{{ site.baseurl }}/download/" role="button">Getting Irssi »</a> + <a class="btn btn-lg btn-info" href="{{ site.baseurl }}/documentation/" role="button">Read tutorials and docs »</a> </p> </div> <div class="visible-xs col-xs-1"></div> @@ -83,7 +83,7 @@ <p> Irssi makes it easy to write protocol modules in C. You can enjoy the chatting power of Irssi in - combination with IRC, ICB or SILC. Find more modules on the <a href="/modules/">Modules</a> page.</p> + combination with IRC, ICB or SILC. Find more modules on the <a href="{{ site.baseurl }}/modules/">Modules</a> page.</p> </div> <div class="col-sm-4 col-md-3"> <h3>Scripting</h3> |