diff options
Diffstat (limited to 'templates/partials/head.html')
-rw-r--r-- | templates/partials/head.html | 2 |
1 files changed, 1 insertions, 1 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}" /> |