Use {{ site.url }} instead of page.base_url.

This commit is contained in:
Jocelyn Fiat
2017-02-15 17:21:30 +01:00
parent 687402930a
commit 5f96e56386
4 changed files with 12 additions and 27 deletions

View File

@@ -1,8 +1,3 @@
---
layout: default
title: Getting Started
base_url: "../"
---
<div class="row">
<div class="col-md-12">
<div class="page-header">
@@ -39,7 +34,7 @@ base_url: "../"
<li>located in <i>$ISE_EIFFEL/contrib/examples/web/ewf</i></li>
<li><a href="https://github.com/EiffelWebFramework/ewf_examples">available on Github</a></li>
</ul>
<li>Read the <a href="{{ page.base_url }}workbook/workbook">Overview</a></li>
<li>Read the <a href="{{ site.url }}/workbook/readme">Overview</a></li>
</ul>
</div>
</div>