Update index.html

This commit is contained in:
mathias 2016-04-09 01:27:43 +03:00
parent 84dcfe8678
commit c31c2cce97

View file

@ -1,5 +1,6 @@
--- ---
--- ---
{% capture content %}
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
@ -406,3 +407,5 @@
</div> </div>
</body> </body>
</html> </html>
{% endcapture %}
{{ content | strip_newlines }}