diff options
author | Joris | 2019-05-04 19:21:29 +0200 |
---|---|---|
committer | Joris | 2019-05-04 19:21:32 +0200 |
commit | a7c001d33e09211a95b0f29caffe2d5780ccf0e0 (patch) | |
tree | b953c892497185cbc7ebc2fbbadab89991ddbc5e /templates/layout.html | |
parent | 23f04635cc26e1b0553088f28553f518488a9fc8 (diff) |
Translate to english
Put aside french translation, it will be considered afterward to show a
french version along the english version. For now, the page will be
english only.
Diffstat (limited to 'templates/layout.html')
-rw-r--r-- | templates/layout.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/layout.html b/templates/layout.html index 18a3817..aabe2b8 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -1,5 +1,5 @@ <!DOCTYPE html> -<html lang="fr"> +<html> <head> <meta charset="utf-8"> @@ -8,7 +8,7 @@ <meta name="description" content="I’m a developer using functional programming. View my resume and projects."> <title>Joris Guyonvarch</title> <link rel="stylesheet" href="/style.css" /> - <link rel="icon" href="/assets/icon.png"> + <link rel="icon" href="/assets/icon.png" /> </head> <body> @@ -21,7 +21,7 @@ <a href="/projects.html" class="Header__Link $if(isProjects)$Header__LinkCurrent$endif$"> <div class="Header__Icon">$partial("templates/icons/code.svg")$</div> - Projets + Projects </a> </header> |