Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cowboysmall-tools/hugo-devresume-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerry Kiely <jerry@cowboysmall.com>2019-11-27 22:49:27 +0300
committerJerry Kiely <jerry@cowboysmall.com>2019-11-27 22:49:27 +0300
commit9ad1f80b6182f0d88698ee3ec2390f6b94aecf36 (patch)
tree9cd18fdccb28c14320c4018ff6159f276b584ddd
parentaf218174c7b30bb64ffe13b6f0098d0f07ffcbb4 (diff)
some cleanup
-rw-r--r--layouts/index.html2
-rw-r--r--layouts/partials/lang.html4
2 files changed, 1 insertions, 5 deletions
diff --git a/layouts/index.html b/layouts/index.html
index a7707bc..144b9e0 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
-{{ partial "lang.html" . }}
+<html lang="{{ .Site.LanguageCode }}">
<head>
diff --git a/layouts/partials/lang.html b/layouts/partials/lang.html
deleted file mode 100644
index d64d2ac..0000000
--- a/layouts/partials/lang.html
+++ /dev/null
@@ -1,4 +0,0 @@
-
-<!--[if IE 8]> <html lang="{{ .Site.LanguageCode }}" class="ie8"> <![endif]-->
-<!--[if IE 9]> <html lang="{{ .Site.LanguageCode }}" class="ie9"> <![endif]-->
-<!--[if !IE]><!--> <html lang="{{ .Site.LanguageCode }}"> <!--<![endif]-->