temporarily disable meta redirect

This commit is contained in:
Yusef Napora 2019-02-15 15:58:53 -05:00
parent 1ad2d41292
commit 16310362ab
1 changed files with 2 additions and 1 deletions

View File

@ -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 }} &ndash; {{ .Site.Title }}{{ end }}</title>