1
0
mirror of https://github.com/danbee/danbarber.me synced 2025-03-04 08:59:10 +00:00

Show env vars in HTML

This commit is contained in:
Daniel Barber 2018-08-11 21:38:41 -04:00
parent 76c8c17526
commit fdf42c910d
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

View File

@ -28,6 +28,9 @@
}
</script>
<!-- CONTEXT: {{ site.env.CONTEXT }} -->
<!-- URL: {{ site.env.URL }} -->
{% if site.env.CONTEXT == "production" %}
{% include analytics.html %}
{% endif %}