aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-02-03 19:55:23 -0500
committerJesús <heckyel@hyperbola.info>2019-02-03 19:55:23 -0500
commit1992c18ae84f77e001dc47d9e9ed23d322aa7d29 (patch)
treeb894b80774e8cfcabddb3e745249d6cb842143be
parenteea3b1df4bfd7fd750ab5521614984def7b01f8f (diff)
downloadcl-theme-1992c18ae84f77e001dc47d9e9ed23d322aa7d29.tar.lz
cl-theme-1992c18ae84f77e001dc47d9e9ed23d322aa7d29.tar.xz
cl-theme-1992c18ae84f77e001dc47d9e9ed23d322aa7d29.zip
Fix metadata and viewport
-rw-r--r--index.html3
-rw-r--r--post.html3
2 files changed, 6 insertions, 0 deletions
diff --git a/index.html b/index.html
index 8ffc0de..27643dc 100644
--- a/index.html
+++ b/index.html
@@ -2,6 +2,9 @@
<html lang="en">
<head>
<title>Conocimientos Libres</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <meta http-equiv="content-type" content="text/html; charset=UTF-8">
+ <meta http-equiv="X-UA-Compatible" content="ie=edge">
<!-- stylesheets -->
<link rel="stylesheet" href="css/bulma.css">
<link rel="stylesheet" href="css/style.css">
diff --git a/post.html b/post.html
index a0bc759..3a6b5d3 100644
--- a/post.html
+++ b/post.html
@@ -2,6 +2,9 @@
<html lang="en">
<head>
<title>Conocimientos Libres</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <meta http-equiv="content-type" content="text/html; charset=UTF-8">
+ <meta http-equiv="X-UA-Compatible" content="ie=edge">
<!-- stylesheets -->
<link rel="stylesheet" href="css/bulma.css">
<link rel="stylesheet" href="css/style.css">