@ -83,9 +83,9 @@
<a href='/2015/javascripts-lexical-scope-hoisting-and-closures-without-mystery/'>JavaScript’s lexical scope, hoisting and closures without mystery <h2>Understanding the Javascript language mechanics</h2></a>
</li>
</ul>
<footer id="footer">
<p class="small">© Copyright 2015 Nick Balestra</p>
</footer>
{{ partial "footer.html" . }}
</section>
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="{{ .Site.BaseURL }}js/main.js"></script>
@ -0,0 +1,3 @@
<p class="small">© Copyright {{.Now.Format "2006"}} {{ .Site.Params.name }}</p>