Skip to content

Commit

Permalink
Adding missing " to meta tag in Hyde's base.tmpl
Browse files Browse the repository at this point in the history
  • Loading branch information
equwal authored and PuercoPop committed Feb 23, 2019
1 parent 0341583 commit 48099d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/hyde/base.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<html lang="{$config.lang}">
<head>
<title>{$config.title}</title>
<meta http-equiv="content-type" content="text/html; charset={$config.charset}" />
<meta http-equiv="content-type" content="text/html;" charset="{$config.charset}" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="//fonts.googleapis.com/css?family=Vollkorn:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css" />
<link href="//fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet" type="text/css" />
Expand Down

0 comments on commit 48099d5

Please sign in to comment.