Update the grid-side theme
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<link href="{{ .RSSLink }}" rel="feed" type="application/rss+xml" title="{{ .Site.Title }}" />
|
||||
{{ end }}
|
||||
{{ .Hugo.Generator }}
|
||||
<meta name="generation-date" content="{{ .Now }}">
|
||||
<meta name="generation-date" content="{{ now }}">
|
||||
<title>{{ .Title }} · {{ .Site.Title }}</title>
|
||||
<link rel="shortcut icon" href="{{ .Site.BaseURL }}img/favicon.ico">
|
||||
<link rel="icon" href="{{ .Site.BaseURL }}img/favicon.ico">
|
||||
@@ -27,10 +27,11 @@
|
||||
{{ with .Params.redirect }}
|
||||
<!-- Attempt redirect through refresh -->
|
||||
<meta http-equiv="refresh" content="1; url={{ . }}">
|
||||
|
||||
|
||||
<script>
|
||||
// Meta-refresh failed, so attempt Javascript
|
||||
window.location.href = "{{ . }}"
|
||||
</script>
|
||||
</script>
|
||||
{{ end }}
|
||||
</head>
|
||||
|
||||
|
Reference in New Issue
Block a user