temporarily disable meta redirect
This commit is contained in:
parent
1ad2d41292
commit
16310362ab
|
@ -2,7 +2,8 @@
|
|||
<html{{ with .Site.LanguageCode }} lang="{{ . }}"{{ end }} class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="refresh" content="0,http://libp2p.io" />
|
||||
<!-- TODO: figure out how to conditionally disable the redirect in dev mode -->
|
||||
<!-- <meta http-equiv="refresh" content="0,http://libp2p.io" /> -->
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||
<title>{{ .Title }}{{ if not .IsHome }} – {{ .Site.Title }}{{ end }}</title>
|
||||
|
|
Loading…
Reference in New Issue