The README contains the commands for building the blog in all different configurations.
5 lines
353 B
HTML
5 lines
353 B
HTML
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
|
|
<script>window.jQuery || document.write('<script src="{{ site.url }}/assets/js/vendor/jquery-1.9.1.min.js"><\/script>')</script>
|
|
<script src="{{ site.url }}/assets/js/scripts.min.js"></script>
|
|
|
|
{% if page.comments != false %}{% include disqus_comments.html %}{% endif %} |