summaryrefslogtreecommitdiff
path: root/templates/partials
diff options
context:
space:
mode:
Diffstat (limited to 'templates/partials')
-rw-r--r--templates/partials/head.html2
-rw-r--r--templates/partials/nav.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/partials/head.html b/templates/partials/head.html
index 2514919..ac081f1 100644
--- a/templates/partials/head.html
+++ b/templates/partials/head.html
@@ -2,7 +2,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
-<title>${if(pagetitle)}${pagetitle}${endif}</title>
+<title>${site-title} | ${if(pagetitle)}${pagetitle}${endif}</title>
${if(author)}
<meta name="author" content="${author}" />
diff --git a/templates/partials/nav.html b/templates/partials/nav.html
index 264edea..bf5024a 100644
--- a/templates/partials/nav.html
+++ b/templates/partials/nav.html
@@ -2,6 +2,6 @@
<div>
<a href="/">Accueil</a>
<a href="/pages/publications.html">Publications savantes</a>
- <a href="/pages/cours.html">Cours</a>
+ <a href="/pages/cours.html">Enseignements</a>
</div>
</nav> \ No newline at end of file