fix: GA outbound link tracking

Fixes external links opening both in current tab and new tab when `google_analytics` enabled.

Fix #1511
This commit is contained in:
George Cushen 2020-01-26 16:38:01 +00:00
commit 1f6beec9f7
3 changed files with 12 additions and 7 deletions

View file

@ -2,4 +2,8 @@
# View the demo site on any local devices by binding the local IP on port 1315.
# Run this script from the root Academic dir.
HUGO_THEME=academic hugo --source exampleSite --themesDir ../../ --i18n-warnings --bind=0.0.0.0 -p 1315 --baseURL=http://0.0.0.0:1315 server
HUGO_THEME=academic hugo \
--source exampleSite --themesDir ../../ \
--bind=0.0.0.0 -p 1315 --baseURL=http://0.0.0.0:1315 \
--i18n-warnings --minify -e "development" \
server