Skip to content
Snippets Groups Projects
  • Sheogorath's avatar
    b6af3b6a
    Change for new theme · b6af3b6a
    Sheogorath authored
    The old theme is Ghost based and getting boring. This new theme should
    provide some new style and color.
    
    I'm not completely happy with it, yet, but let's see how it works out :)
    Change for new theme
    Sheogorath authored
    The old theme is Ghost based and getting boring. This new theme should
    provide some new style and color.
    
    I'm not completely happy with it, yet, but let's see how it works out :)
footer.html 856 B
<footer class="footer">
  <span class="footer__copyright">&copy; {{ site.time | date: '%Y' }} {{ site.author.name }}. All rights reserved.</span>
</footer>

<script type="text/javascript" src="{{ site.baseurl }}/js/jquery3.3.1.min.js"></script>
<script type="text/javascript" src="{{ site.baseurl }}/js/main.js?{{site.time | date: '%s%N'}}"></script>
{% if site.google_analytics and jekyll.environment != "development" %}
<script>
  (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('send', 'pageview');
</script>
{% endif %}