<div class=“footer-wrapper”>

<footer role="contentinfo">
  &copy; {{ site.time | date: '%Y' }} Using <a href="https://github.com/tw93/tw93.github.io" rel="nofollow" target="_blank" class="need_dotted">cosy-jekyll theme</a> by Tw93.
</footer>

</div>

<script type=“text/javascript” src=“{{ site.url }}/js/index.min.js”></script>

{% if site.google_analytics %} <script type=“text/javascript”>

setTimeout(function () {
  (function (i, s, o, g, r, a, m) {
    i['GoogleAnalyticsObject'] = r;
    i[r] = i[r] || function () {
        (i[r].q = i[r].q || []).push(arguments)
      }, i[r].l = 1 * new Date();
    a = s.createElement(o),
      m = s.getElementsByTagName(o)[0];
    a.async = 1;
    a.src = g;
    m.parentNode.insertBefore(a, m)
  })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');

  ga('create', '{{ site.google_analytics }}', 'auto');
  ga('require', 'linkid', 'linkid.js');
  ga('send', 'pageview');
}, 3000);

</script> {% endif %}

{% if page.comments != false %} <script type=“text/javascript”>

setTimeout(function(){
  new Gitalk({
      clientID: 'ca11229a5275e8e1c2fd',
      clientSecret: '61557a125b1b9c0db677239575f816f64114845f',
      repo: 'tw93.github.io',
      owner: 'tw93',
      admin: 'tw93',
      id: md5(location.pathname),
      distractionFreeMode: false
    }).render('gitalk-container');
},300)

</script> {% endif %}

{% if page.url==“/” %} <script>

function hereDoc(f) {
  return f.toString().replace(/^[^\/]+\/\*!?\s?/, '').replace(/\*\/[^\/]+$/, '');
}
var string = hereDoc(function () {/*

  _                               ___                  _____           _       _
 | |                             |_  |                /  ___|         (_)     | |
 | |     ___  __ _ _ __ _ __       | | __ ___   ____ _\ `--.  ___ _ __ _ _ __ | |_
 | |    / _ \/ _` | '__| '_ \      | |/ _` \ \ / / _` |`--. \/ __| '__| | '_ \| __|
 | |___|  __/ (_| | |  | | | | /\__/ / (_| |\ V / (_| /\__/ / (__| |  | | |_) | |_
 \_____/\___|\__,_|_|  |_| |_| \____/ \__,_| \_/ \__,_\____/ \___|_|  |_| .__/ \__|

 This is Tw93's front-end technology blog, Commonly used to record learning and research front-end technology, Concerned about the front-end new technology and new thinking.
 */
});
console.log(string);

</script> {% endif %}