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

github.com/gonnux/hugo-apps-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorByeonggon Lee <gonny952@gmail.com>2018-12-02 21:29:39 +0300
committerByeonggon Lee <gonny952@gmail.com>2018-12-02 21:29:39 +0300
commitbce404f4b91d5613c2e662d4d094e9e6e997412c (patch)
tree84cca0a1682b413b1d4a149fb3e64340a13533c5
parent7998fc8dd59c6187fdd41377eaa8fb8672da30f5 (diff)
Added utf-8 charsetv1.1.1
-rw-r--r--layouts/_default/baseof.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index f4fab71..816576b 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -4,6 +4,7 @@
<!DOCTYPE html>
<html>
<head>
+ <meta charset="utf-8"/>
<link rel="stylesheet" href="{{.Site.BaseURL}}/css/hugo-apps-theme.css"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/styles/default.min.css"/>