Introduction

This adds a bar with a add to homescreen button to your page. Got a question? Send me an email on jhvanderschee@gmail.com.

Installation

Step 1. Download the file add-to-homescreen.html
Step 2. Save the file in the ‘_includes’ directory of your project
Step 3. Make sure the bottom of your layout document looks like this:

...
<script src="/js/jquery.min.js"></script>
{% include add-to-homescreen.html %}
</body>
</html>