diff options
Diffstat (limited to '_includes/head.html')
-rw-r--r-- | _includes/head.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/_includes/head.html b/_includes/head.html index 3758dc3..0a19b05 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -12,4 +12,6 @@ {%- if jekyll.environment == 'production' and site.google_analytics -%} {%- include google-analytics.html -%} {%- endif -%} + + <script src="{{ "/assets/main.js" | relative_url }}"></script> </head> |