Skip to content

Commit 2dc3d55

Browse files
committedJul 8, 2019
adding google analytics option
Signed-off-by: Vanessa Sochat <[email protected]>
1 parent 20149d8 commit 2dc3d55

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ github_repo: "mkdocs-jekyll"
3737
twitter: vsoch
3838
linkedin: vsochat
3939
dockerhub: vanessa
40-
40+
# google-analytics: UA-XXXXXXXXXX
4141
# Image and (square) dimension for logo (don't start with /)
4242
# If commented, will use material hat theme
4343
# logo: "assets/img/logo/SRCC-square-red.png"

‎_layouts/default.html

+1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@
1919
{% include headers.html %}
2020
{% include tags.html %}
2121
{% include scrolltop.html %}
22+
{% include google-analytics.html %}
2223
</body>
2324
</html>

0 commit comments

Comments
 (0)
Please sign in to comment.