<footer class=“footer”>

<div class="wrapper">
    <a href="https://github.com/theuggla/lysande-jekyll-theme"><img src="{{ "/assets/icons/theme_icon.png" | prepend: site.baseurl }}" alt="Theme: lysande" /></a>
</div>

</footer>

{% if site.disqus_shortname and jekyll.environment == “production” %} <script type=“text/javascript”>

var disqus_shortname = '{{site.disqus_shortname}}';

(function () {
    var s = document.createElement('script'); s.async = true;
    s.type = 'text/javascript';
    s.src = 'https://' + disqus_shortname + '.disqus.com/count.js';
    s.id = 'dsq-count-scr';
    (document.getElementsByTagName('body')[0] || document.getElementsByTagName('head')[0]).appendChild(s);
}());

</script> {% endif %}