Skip to content

Commit

Permalink
Fix config.xml to _config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
geozak committed Nov 10, 2016
1 parent ac39ddc commit ad575a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _posts/2015-08-01-analytics-tags-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ tags:

#### [Google Analytics](http://www.google.com/analytics/)

To enable Google Analytics create an account [here](https://analytics.google.com). Then add your tracking id in `config.xml`, it should look something like `UA-********-1`
To enable Google Analytics create an account [here](https://analytics.google.com). Then add your tracking id in `_config.yml`, it should look something like `UA-********-1`

#### [Yandex Metrica](http://metrica.yandex.com)

Expand All @@ -36,4 +36,4 @@ And then before pushing your changes to github copy generated folder `/_site/tag

## Comments

To enable [Disqus](http://disqus.com) register on the site and then just put your name in `_config.xml`. Comments could be switched on and off on per post basis, just put `comments: true` to enable them.
To enable [Disqus](http://disqus.com) register on the site and then just put your name in `_config.yml`. Comments could be switched on and off on per post basis, just put `comments: true` to enable them.

0 comments on commit ad575a1

Please sign in to comment.