hotosm / hotdocs

Hugo theme for HOT Documentation sites
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

Add Matomo embed #8

Closed dakotabenjamin closed 3 years ago

dakotabenjamin commented 3 years ago

@russbiggs I updated the Toolbox to have the Matomo ID but it didn't show on the site. I realized that we implemented the matomo on a different repository (https://github.com/hotosm/hugo-book/blob/master/layouts/_default/baseof.html#L101). Could you clarify the different repositories for me?

russbiggs commented 3 years ago

This change looks correct, it seems like it was not fully implemented in the hotdocs theme. To update the sites after you merge this PR do a git pull on the theme sub-module

e.g.

cd toolbox
cd themes/hotdocs
git pull

That'll get the theme up to do with this change.