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
2014-12-21 17:21:48 +01:00

7 lines
No EOL
206 B
HTML

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