diff options
author | Jesús <heckyel@hyperbola.info> | 2019-02-03 19:55:23 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-02-03 19:55:23 -0500 |
commit | 1992c18ae84f77e001dc47d9e9ed23d322aa7d29 (patch) | |
tree | b894b80774e8cfcabddb3e745249d6cb842143be | |
parent | eea3b1df4bfd7fd750ab5521614984def7b01f8f (diff) | |
download | cl-theme-1992c18ae84f77e001dc47d9e9ed23d322aa7d29.tar.lz cl-theme-1992c18ae84f77e001dc47d9e9ed23d322aa7d29.tar.xz cl-theme-1992c18ae84f77e001dc47d9e9ed23d322aa7d29.zip |
Fix metadata and viewport
-rw-r--r-- | index.html | 3 | ||||
-rw-r--r-- | post.html | 3 |
2 files changed, 6 insertions, 0 deletions
@@ -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"> @@ -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"> |