Skip to content

Commit 5065ac2

Browse files
authored
Merge branch 'master' into feature/48-colors
2 parents ca2b0a1 + 9fae79d commit 5065ac2

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

config.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ languageCode: en-us
33
title: NumPy
44
theme: hugo-fresh
55
disableKinds: ["taxonomyTerm"]
6+
googleAnalytics: UA-162151853-1
67
DefaultContentLanguage: en
78
markup:
89
goldmark:

layouts/_default/baseof.html

+1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,6 @@
2929
{{ end }}
3030

3131
{{ partial "javascript.html" . }}
32+
{{ template "_internal/google_analytics_async.html" . }}
3233
</body>
3334
</html>

layouts/_default/list.html

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!-- Ignore this file. This quiets a hugo server warning. -->

static/css/styles.css

+5
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,11 @@ em {
8989

9090
#navbar-item {
9191
color: #013243;
92+
text-decoration: none;
93+
}
94+
95+
#navbar-item:hover {
96+
color: #4DABCF !important;
9297
}
9398

9499
#feature-card {

0 commit comments

Comments
 (0)