Skip to content

Commit 3b6671d

Browse files
committed
change url to absolute
1 parent a3f58f8 commit 3b6671d

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

_config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
theme: jekyll-theme-minimal
2+
url: https://fanoframework.github.io
23
title: Fano Framework
34
description: Fano Framework, web application framework for modern Pascal programming language.

_layouts/contentsidebar.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<div class="inner">
66
<nav>
77
<ul>
8-
<li><a href="/#intro">Intro</a></li>
9-
<li><a href="/#feature">Features</a></li>
10-
<li><a href="/getting-started">Getting Started</a></li>
11-
<li><a href="/documentation">Documentation</a></li>
8+
<li><a href="{{ "/#intro" | absolute_url }}>Intro</a></li>
9+
<li><a href="{{ "/#feature" | absolute_url }}">Features</a></li>
10+
<li><a href="{{ "/getting-started" | absolute_url }}">Getting Started</a></li>
11+
<li><a href="{{ "/documentation" | absolute_url }}">Documentation</a></li>
1212
</ul>
1313
</nav>
1414
</div>

0 commit comments

Comments
 (0)