mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 03:36:41 +02:00
Remove duplicate lang code
This commit is contained in:
@@ -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è"
|
||||||
|
@@ -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">
|
||||||
|
Reference in New Issue
Block a user