1
0
Fork 0
This repository has been archived on 2021-01-06. You can view files and clone it, but cannot push or open issues or pull requests.
dennogumi.org-archive/_includes/footer_scripte.html
Moritz »mo.« Sauer 5cbd281bfa update
2015-02-07 14:17:54 +01:00

8 lines
241 B
HTML
Executable file

<script src="{{ site.url }}/assets/js/javascript.min.js"></script>
{% if page.header.image_fullwidth %}
<script>
$("#masthead").backstretch("{{ site.url }}/images/{{ page.header.image_fullwidth }}", {fade: 700});
</script>
{% endif %}