瀏覽代碼

updated template to point at cdn for favicon

Casey DeLorme 10 年之前
父節點
當前提交
d79fdde3ae
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>