This release changes the top Navigation into a white tipbar, extends the documentation and uses some subtile changes.
5 lines
No EOL
227 B
HTML
5 lines
No EOL
227 B
HTML
<script src="{{ site.url }}/assets/js/app.min.js"></script>
|
|
|
|
<script>
|
|
$("#masthead").backstretch("{{ site.url }}/assets/img/{% if page.image.header %}{{ page.image.header }}{% else %}unsplash_3.jpg{% endif %}");
|
|
</script> |