diff options
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> |