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
|
||||
progressively = true
|
||||
latestpostcount = 5
|
||||
lang = "en"
|
||||
github = "example"
|
||||
email = "you@example.com"
|
||||
linkedin = "john-example-aa80ue8è"
|
||||
|
@@ -3,7 +3,7 @@
|
||||
|
||||
{{ partial "head.html" . }}
|
||||
|
||||
<body lang="{{ .Site.Params.lang }}">
|
||||
<body>
|
||||
|
||||
{{ if .IsPage }}
|
||||
<section class="header">
|
||||
|
Reference in New Issue
Block a user