1
0
Fork 0

Init Jekyll Theme

This commit is contained in:
Moritz »mo.« Sauer 2014-08-20 20:33:40 +02:00
parent ef6d8f23ef
commit e5d20c0faf
161 changed files with 11696 additions and 0 deletions

View file

@ -0,0 +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 %}");
</script>