|
|
@@ -2,19 +2,19 @@
|
|
|
<html lang="{{.Lang}}">
|
|
|
<head data-suburl="{{AppSubURL}}">
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
|
- <link rel="preconnect" href="https://cdn.gitote.in">
|
|
|
+ <link rel="preconnect" href="https://gitote-cdn.netlify.com">
|
|
|
<link rel="preconnect" href="https://cdn.jsdelivr.net">
|
|
|
<link rel="preconnect" href="https://cdnjs.cloudflare.com">
|
|
|
<link rel="preconnect" href="https://secure.gravatar.com">
|
|
|
- <link rel="dns-prefetch" href="https://cdn.gitote.in">
|
|
|
+ <link rel="dns-prefetch" href="https://gitote-cdn.netlify.com">
|
|
|
<link rel="dns-prefetch" href="https://cdn.jsdelivr.net">
|
|
|
<link rel="dns-prefetch" href="https://cdnjs.cloudflare.com">
|
|
|
<link rel="dns-prefetch" href="https://secure.gravatar.com">
|
|
|
{{template "base/meta" .}}
|
|
|
- <link rel="icon" href="https://cdn.gitote.in/favicon.png" type="image/png" />
|
|
|
- <link rel="icon" href="https://cdn.gitote.in/favicon.svg" sizes="any" type="image/svg+xml" />
|
|
|
- <link rel="fluid-icon" href="https://cdn.gitote.in/fluidicon.png" title="Gitote">
|
|
|
- <link rel="apple-touch-icon" href="https://cdn.gitote.in/black.png" />
|
|
|
+ <link rel="icon" href="https://gitote-cdn.netlify.com/favicon.png" type="image/png" />
|
|
|
+ <link rel="icon" href="https://gitote-cdn.netlify.com/favicon.svg" sizes="any" type="image/svg+xml" />
|
|
|
+ <link rel="fluid-icon" href="https://gitote-cdn.netlify.com/fluidicon.png" title="Gitote">
|
|
|
+ <link rel="apple-touch-icon" href="https://gitote-cdn.netlify.com/black.png" />
|
|
|
<link rel="search" type="application/opensearchdescription+xml" href="/search.xml" title="Gitote">
|
|
|
|
|
|
{{template "base/verification" .}}
|
|
|
@@ -67,7 +67,7 @@
|
|
|
{{end}}
|
|
|
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.3.1/semantic.min.js"></script>
|
|
|
- <script src="https://cdn.gitote.in/js/gitote.js?v={{MD5 AppVer}}"></script>
|
|
|
+ <script src="https://gitote-cdn.netlify.com/js/gitote.js?v={{MD5 AppVer}}"></script>
|
|
|
<script src="{{AppURL}}expansion/expansion.js?v={{MD5 AppVer}}"></script>
|
|
|
|
|
|
{{if not .IsLogged}}
|
|
|
@@ -97,7 +97,7 @@
|
|
|
<div class="column">
|
|
|
<div class="ui top secondary menu">
|
|
|
<a class="item brand" href="{{AppSubURL}}/">
|
|
|
- <img class="ui mini image" src="https://cdn.gitote.in/logo.svg">
|
|
|
+ <img class="ui mini image" src="https://gitote-cdn.netlify.com/logo.svg">
|
|
|
</a>
|
|
|
|
|
|
{{if .IsLogged}}
|