Initial commits and git hooks
This commit is contained in:
17
landing.bryanroessler.com/_includes/footer.html
Normal file
17
landing.bryanroessler.com/_includes/footer.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<footer class="footer">
|
||||
<span class="footer__copyright">© {{ site.time | date: '%Y' }} {{ site.author.name }}. All rights reserved.</span>
|
||||
</footer>
|
||||
|
||||
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.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 %}
|
||||
Reference in New Issue
Block a user