Remove duplicate lang code

This commit is contained in:
Alexis Tacnet
2017-02-24 14:04:37 +01:00
parent 1c3037f181
commit 74ac69fb6a
2 changed files with 1 additions and 2 deletions

View File

@@ -23,7 +23,6 @@ faviconfile = "img/logo.png"
highlightjs = true highlightjs = true
progressively = true progressively = true
latestpostcount = 5 latestpostcount = 5
lang = "en"
github = "example" github = "example"
email = "you@example.com" email = "you@example.com"
linkedin = "john-example-aa80ue8è" linkedin = "john-example-aa80ue8è"

View File

@@ -3,7 +3,7 @@
{{ partial "head.html" . }} {{ partial "head.html" . }}
<body lang="{{ .Site.Params.lang }}"> <body>
{{ if .IsPage }} {{ if .IsPage }}
<section class="header"> <section class="header">