Remove .md extension in "rel" tags #13
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ title: Home
|
|||
as well as access to many web services.
|
||||
</h2>
|
||||
<p>
|
||||
<a class="button is-medium has-text-weight-bold is-success mb-1" href="{{< ref "register.md" >}}">
|
||||
<a class="button is-medium has-text-weight-bold is-success mb-1" href="{{< ref "register" >}}">
|
||||
Register »
|
||||
</a>
|
||||
<a class="button is-medium has-text-weight-bold is-info mb-1" href="{{< ref "faq" >}}">
|
||||
|
|
|
@ -17,7 +17,7 @@ title: Accueil
|
|||
l'accès à de nombreux services Web.
|
||||
</h2>
|
||||
<p>
|
||||
<a class="button is-medium has-text-weight-bold is-success mb-1" href="{{< ref "register.md" >}}">
|
||||
<a class="button is-medium has-text-weight-bold is-success mb-1" href="{{< ref "register" >}}">
|
||||
S'inscrire »
|
||||
</a>
|
||||
<a class="button is-medium has-text-weight-bold is-info mb-1" href="{{< ref "faq" >}}">
|
||||
|
|
Loading…
Reference in a new issue