From 1a2e59b14beae6ec3b1e6fa3e269bfbcd55ec663 Mon Sep 17 00:00:00 2001 From: Antoine <antoine.roy@tetras-libre.fr> Date: Tue, 28 Nov 2023 11:26:53 +0100 Subject: [PATCH] Changes into index page --- layouts/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/index.html b/layouts/index.html index 1fef4db..b2254b8 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -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> -- GitLab