Skip to content
Snippets Groups Projects
Commit 1a2e59b1 authored by Antoine Roy's avatar Antoine Roy
Browse files

Changes into index page

parent 875865d4
Branches
No related tags found
No related merge requests found
Pipeline #1595 passed
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
</div> </div>
<div class="col-lg-9 col-xl-8 text-center"> <div class="col-lg-9 col-xl-8 text-center">
<p class="lead">{{ .Params.lead | safeHTML }}</p> <p class="lead">{{ .Params.lead | safeHTML }}</p>
<a class="btn btn-primary btn-cta rounded-pill btn-lg my-3" href="/docs/{{ if site.Params.doks.docsVersioning }}{{ site.Params.doks.docsVersion }}/{{ end }}guides/example-guide/" role="button">Suivez le guide</a> <a class="btn btn-primary btn-cta rounded-pill btn-lg my-3" href="/docs/{{ if site.Params.doks.docsVersioning }}{{ site.Params.doks.docsVersion }}/{{ end }}set-up/set-up/" role="button">Suivez le guide</a>
{{ .Content }} {{ .Content }}
</div> </div>
</div> </div>
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
<div class="row justify-content-center text-center"> <div class="row justify-content-center text-center">
<div class="col-lg-5"> <div class="col-lg-5">
<h2 class="h4">Update content</h2> <h2 class="h4">Update content</h2>
<p>Edit <code>content/_index.md</code> to see this page change.</p> <p>Edit <code>content/_index.md</code> and <code>content/layout/index.html</code>to see this page change.</p>
</div> </div>
<div class="col-lg-5"> <div class="col-lg-5">
<h2 class="h4">Add new content</h2> <h2 class="h4">Add new content</h2>
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
</div> </div>
<div class="col-lg-5"> <div class="col-lg-5">
<h2 class="h4">Configure your site</h2> <h2 class="h4">Configure your site</h2>
<p>Edit your config in <code>config/_default/hyas/doks.toml</code>.</p> <p>Edit your config in <code>config/_default/hugo.toml</code>.</p>
</div> </div>
<div class="col-lg-5"> <div class="col-lg-5">
<h2 class="h4">Read the docs</h2> <h2 class="h4">Read the docs</h2>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment