mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +02:00
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:
parent
2f00beab89
commit
1f6beec9f7
3 changed files with 12 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue