diff options
Diffstat (limited to 'design')
-rw-r--r-- | design/templates/archives/homepage.html | 2 | ||||
-rw-r--r-- | design/templates/base.html | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/design/templates/archives/homepage.html b/design/templates/archives/homepage.html index de79894..1d2484a 100644 --- a/design/templates/archives/homepage.html +++ b/design/templates/archives/homepage.html @@ -15,7 +15,7 @@ srcset="{{IMAGES_URL}}{% now "Y"%}/{{homepage.image_base_url}}-640.jpg 640w, {{IMAGES_URL}}{% now "Y"%}/{{homepage.image_base_url}}.jpg 1140w, {{IMAGES_URL}}{% now "Y"%}/{{homepage.image_base_url}}-2280.jpg 2280w" - src="{{IMAGES_URL}}{% now "Y"%}/{{homepage.image_base_url}}" alt="{{homepage.alt_text}}"> + src="{{IMAGES_URL}}{% now "Y"%}/{{homepage.image_base_url}}.jpg" alt="{{homepage.alt_text}}"> </a> </div> <div class="hero--wrapper"> diff --git a/design/templates/base.html b/design/templates/base.html index 44ad2c7..47659d1 100644 --- a/design/templates/base.html +++ b/design/templates/base.html @@ -62,7 +62,6 @@ </footer> </div> {% block js %}{% endblock%} - <script type="text/javascript">var _gaq=_gaq||[];_gaq.push(['_setAccount','UA-1186171-1']);_gaq.push(['_trackPageview']);(function(){var ga=document.createElement('script');ga.type='text/javascript';ga.async=true;ga.src=('https:'==document.location.protocol?'https://ssl':'http://www')+'.google-analytics.com/ga.js';var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(ga,s)})();</script> <!-- Piwik --> <script type="text/javascript"> var _paq = _paq || []; |