Skip to content

Commit

Permalink
Fix incorrect content type for hugo views (eclipse-set#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
pstuecker authored and TruongQuangSB committed Nov 21, 2023
1 parent c1de5f0 commit ff49f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/hugothemes/themes/kraiklyn/layouts/partials/head.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"{{with .Site.LanguageCode}} xml:lang="{{.}}" lang="{{.}}"{{end}}>
<html {{with .Site.LanguageCode}} xml:lang="{{.}}" lang="{{.}}"{{end}}>
<head>
{{ hugo.Generator }}

Expand Down

0 comments on commit ff49f75

Please sign in to comment.