Skip to content

Commit

Permalink
Merge pull request #16 from resynth1943/patch-1
Browse files Browse the repository at this point in the history
Remove Google Analytics
  • Loading branch information
ahmadajmi authored Jun 1, 2020
2 parents b4145b6 + 4ccb60c commit 88663f2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
- [Pages](#pages)
- [Navigation](#navigation)
- [Disqus Comments](#disqus-comments)
- [Google Analytics](#google-analytics)
- [Social Media Links](#social-media-links)
- [Update favicon](#update-favicon)

Expand Down Expand Up @@ -135,10 +134,6 @@ That's all you need to setup Disqus from the theme side. If you get any issue re

And also check [Disqus troubleshooting guide](https://help.disqus.com/customer/portal/articles/472007-i-m-receiving-the-message-%22we-were-unable-to-load-disqus-%22) if you still have issues.

### Google Analytics

To integrate Google Analytics, open `_includes/analytics.html`, and add your Google Analytics code.

### Social Media Links

Social media links included in `_includes/footer.html` file.
Expand Down Expand Up @@ -214,4 +209,4 @@ You can find the current favicon (favicon.ico) inside the theme root directory,

<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8G8PKPEADPD42&source=url">
<img src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif">
</a>
</a>
1 change: 0 additions & 1 deletion _includes/analytics.html

This file was deleted.

4 changes: 1 addition & 3 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@

<body>

{% include analytics.html %}

<div class='js-off-canvas-container c-off-canvas-container'>
{% include header.html %}

Expand All @@ -21,4 +19,4 @@
<script src="{{ '/js/app.js' | prepend: site.baseurl }}"> </script>
</body>

</html>
</html>

0 comments on commit 88663f2

Please sign in to comment.