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

Changes into index page

parent 875865d4
No related branches found
No related tags found
No related merge requests found
Pipeline #1595 passed
......@@ -6,7 +6,7 @@
</div>
<div class="col-lg-9 col-xl-8 text-center">
<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 }}
</div>
</div>
......@@ -25,7 +25,7 @@
<div class="row justify-content-center text-center">
<div class="col-lg-5">
<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 class="col-lg-5">
<h2 class="h4">Add new content</h2>
......@@ -33,7 +33,7 @@
</div>
<div class="col-lg-5">
<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 class="col-lg-5">
<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