Skip to content

Commit

Permalink
move addons comments inside conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
timwis committed Apr 5, 2016
1 parent faf17e6 commit 77a2db8
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,29 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.2/css/select2.min.css">
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}">
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
<!-- US Digital Analytics Program - see https://analytics.usa.gov for data-->

{% if site.digital_analytics_program.enabled == true %}
<!-- US Digital Analytics Program - see https://analytics.usa.gov for data-->
<script id="_fed_an_ua_tag" src="https://dap.digitalgov.gov/Universal-Federated-Analytics-Min.js?agency={{ site.digital-analytics-program.agency }}&subagency={{ site.digital-analytics-program.subagency }}"></script>
{% endif %}
<!-- Google Analytics -->

{% if site.google_analytics.enabled == true %}
<!-- Google Analytics -->
{% include addons/google-analytics.html %}
{% endif %}
<!-- Hypothesis.io -->

{% if site.hypothesis.enabled == true %}
<!-- Hypothesis.io -->
<script async defer src="//hypothes.is/embed.js"></script>
{% endif %}
<!-- Open Graph -->

{% if site.opengraph.enabled == true %}
<!-- Open Graph -->
{% include addons/opengraph.html %}
{% endif %}
<!-- Twittercard -->

{% if site.twittercard.enabled == true %}
<!-- Twittercard -->
{% include addons/twittercard.html %}
{% endif %}

Expand Down

0 comments on commit 77a2db8

Please sign in to comment.