Skip to content

Commit fbd998a

Browse files
committed
Misc tweaks
- Add favicon - Correct License - Add message to 404 Signed-off-by: Simon Bennetts <[email protected]>
1 parent 880f463 commit fbd998a

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) TODO
1+
Copyright (c) 2016 Netlify <[email protected]>
22

33
MIT License
44

site/layouts/404.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{{ define "main" }}
22

33
<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>
56
<h3><a href="{{ "/" | relURL }}">Go Home</a></h3>
67
</section>
78

site/layouts/_default/baseof.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<base href="{{ if getenv "CONTEXT" }}{{ cond (eq "production" (getenv "CONTEXT")) (getenv "URL") (getenv "DEPLOY_PRIME_URL") }}{{ else }}{{ $.Site.BaseURL }}{{ end }}">
88
<title>{{ block "title" . }}{{ .Site.Title }} &ndash; {{ .Title }}{{ end }}</title>
99

10+
<link rel="shortcut icon" href="/img/favicon.ico" type="image/x-icon" />
1011
<link href="https://fonts.googleapis.com/css?family=Quicksand:500,700" rel="stylesheet">
1112
<link href="https://fonts.googleapis.com/css?family=Istok+Web|Open+Sans:400,700|Rubik&display=swap" rel="stylesheet">
1213
<script src="https://cdnjs.cloudflare.com/ajax/libs/lunr.js/2.3.6/lunr.min.js"></script>
@@ -16,7 +17,7 @@
1617
window.dataLayer = window.dataLayer || [];
1718
function gtag(){dataLayer.push(arguments);}
1819
gtag('js', new Date());
19-
gtag('config', 'UA-33398574-4');
20+
gtag('config', 'UA-71455536-1');
2021
</script>
2122
{{ end }}
2223
{{ $stylesheet := .Site.Data.webpack.main }}

site/static/img/favicon.ico

1.12 KB
Binary file not shown.

0 commit comments

Comments
 (0)