소스 검색

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>