mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
fixed home page messages
This commit is contained in:
parent
c1d1d7a2c4
commit
a4157f173b
1 changed files with 3 additions and 4 deletions
|
@ -9,10 +9,10 @@
|
||||||
{{if eq .Site.Language.Lang "fr"}}
|
{{if eq .Site.Language.Lang "fr"}}
|
||||||
<h1>Personaliser la page d'accueil</h1>
|
<h1>Personaliser la page d'accueil</h1>
|
||||||
<p>
|
<p>
|
||||||
Le site fonctionne. Ne pas oublier de personaliser cette page avec votre propre contenu. 2 façons de faire :
|
Le site fonctionne. Ne pas oublier de personaliser cette page avec votre propre contenu. 2 manières de faire :
|
||||||
</p>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><b>1. </b> Créer un fichier _index.md dans le dossier content</li>
|
<li><b>1. </b> Créer un fichier _index.md dans le dossier <b>content</b></li>
|
||||||
<li><b>2. </b> Configurer le serveur http pour rediriger automatiquement la homepage vers la page de votre choix dans le site</li>
|
<li><b>2. </b> Configurer le serveur http pour rediriger automatiquement la homepage vers la page de votre choix dans le site</li>
|
||||||
</ul>
|
</ul>
|
||||||
{{else}}
|
{{else}}
|
||||||
|
@ -21,10 +21,9 @@
|
||||||
The site is working. Don't forget to customize this homepage with your own. You typically have 2 choices :
|
The site is working. Don't forget to customize this homepage with your own. You typically have 2 choices :
|
||||||
</p>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><b>1. </b> Create a _index.md document in content folder</li>
|
<li><b>1. </b> Create an _index.md document in <b>content</b> folder</li>
|
||||||
<li><b>2. </b> Configure your server to automatically redirect home page to one your documentation page</li>
|
<li><b>2. </b> Configure your server to automatically redirect home page to one your documentation page</li>
|
||||||
</ul>
|
</ul>
|
||||||
{{end}}
|
{{end}}
|
||||||
<p><i class="fa fa-heart fa-4x"></i></p>
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ partial "footer.html" . }}
|
{{ partial "footer.html" . }}
|
Loading…
Reference in a new issue