1
0
Fork 0

Release 0.5

This release changes the top Navigation into a white tipbar, extends
the documentation and uses some subtile changes.
This commit is contained in:
Moritz »mo.« Sauer 2014-08-22 23:20:26 +02:00
parent c4ca4e61b2
commit dba5d71522
25 changed files with 381 additions and 255 deletions

View file

@ -1,5 +1,5 @@
<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 %}");
$("#masthead").backstretch("{{ site.url }}/assets/img/{% if page.image.header %}{{ page.image.header }}{% else %}unsplash_3.jpg{% endif %}");
</script>