Ver código fonte

updated template to point at cdn for favicon

Casey DeLorme 10 anos atrás
pai
commit
d79fdde3ae
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      template.tmpl

+ 1 - 1
template.tmpl

@@ -3,7 +3,7 @@
     <head>{{/* depth stored for access inside navigation loop */}}{{$depth := .Depth}}
         <meta charset="utf-8">
         <title>{{if .Name}}{{.Name}} | {{end}}Casey DeLorme's Portfolio / caseydelorme.com</title>
-        <link rel="icon" type="image/x-icon" href="https://www.caseydelorme.com/cdn/favicon.ico" />
+        <link rel="icon" type="image/x-icon" href="https://d2xxklvztqk0jd.cloudfront.net/favicon.ico" />
         <link rel="stylesheet" type="text/css" href="{{$depth}}/css/main.css#{{.Version}}">
     </head>
     <body>