File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
- Copyright (c) TODO
1
+ Copyright (c)
2016 Netlify <[email protected] >
2
2
3
3
MIT License
4
4
Original file line number Diff line number Diff line change 1
1
{{ define "main" }}
2
2
3
3
< section class ="wrapper py-70 ">
4
- < h1 > 404</ h1 > ...</ h1 >
4
+ < h1 > 404</ h1 >
5
+ < h2 > You're not trying to do anything bad are you?</ h2 >
5
6
< h3 > < a href ="{{ "/" | relURL }}"> Go Home</ a > </ h3 >
6
7
</ section >
7
8
Original file line number Diff line number Diff line change 7
7
< base href ="{{ if getenv "CONTEXT " }}{{ cond (eq "production" (getenv "CONTEXT")) (getenv "URL") (getenv "DEPLOY_PRIME_URL") }}{{ else }}{{ $.Site.BaseURL }}{{ end }}">
8
8
< title > {{ block "title" . }}{{ .Site.Title }} – {{ .Title }}{{ end }}</ title >
9
9
10
+ < link rel ="shortcut icon " href ="/img/favicon.ico " type ="image/x-icon " />
10
11
< link href ="https://fonts.googleapis.com/css?family=Quicksand:500,700 " rel ="stylesheet ">
11
12
< link href ="https://fonts.googleapis.com/css?family=Istok+Web|Open+Sans:400,700|Rubik&display=swap " rel ="stylesheet ">
12
13
< script src ="https://cdnjs.cloudflare.com/ajax/libs/lunr.js/2.3.6/lunr.min.js "> </ script >
16
17
window . dataLayer = window . dataLayer || [ ] ;
17
18
function gtag ( ) { dataLayer . push ( arguments ) ; }
18
19
gtag ( 'js' , new Date ( ) ) ;
19
- gtag ( 'config' , 'UA-33398574-4 ' ) ;
20
+ gtag ( 'config' , 'UA-71455536-1 ' ) ;
20
21
</ script >
21
22
{{ end }}
22
23
{{ $stylesheet := .Site.Data.webpack.main }}
You can’t perform that action at this time.
0 commit comments