Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/schollz/onetwothree.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZack Scholl <zack.scholl@gmail.com>2017-12-06 16:49:39 +0300
committerZack Scholl <zack.scholl@gmail.com>2017-12-06 16:49:39 +0300
commit73949374cc6b874954fead7f7b7fb7bd1300b901 (patch)
treefd6c13da94aec030199fbf84ecfc04b0dbdb4c05
parentbcf5786aaf36baabb22e4f9bc8df7b76ed883e44 (diff)
Make option for analytics
-rwxr-xr-xlayouts/partials/header.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index e125dc0..c06db9f 100755
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -26,3 +26,6 @@
</head>
<body>
+ {{ if $.Site.Params.analytics }}
+<img src="https://analytics.schollz.com/1.png?page={{ .Permalink }}" width=1px height=1px style="float:right;">
+{{ end }} \ No newline at end of file