This commit is contained in:
Tommy Parnell
2022-03-16 15:09:06 -04:00
parent c51cf330f8
commit e1919b5983

View File

@@ -60,9 +60,6 @@
<style amp-boilerplate>body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style><noscript><style amp-boilerplate>body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript>
<script async src="https://cdn.ampproject.org/v0.js"></script>
<script async custom-element="amp-analytics" src="https://cdn.ampproject.org/v0/amp-analytics-0.1.js"></script>
<environment names="Production">
<partial name="Gtm" />
</environment>
}
@await RenderSectionAsync("Head", false)
</head>
@@ -96,6 +93,11 @@
<script asp-append-version="true" src="~/js/site.min.js" async></script>
</environment>
}
else
{
<environment names="Production">
<partial name="Gtm" />
</environment>
}
</body>
</html>