Update index.html

This commit is contained in:
mathias 2016-04-09 01:31:45 +03:00
parent c31c2cce97
commit 9c1ae2077f

View file

@ -1,7 +1,6 @@
--- ---
--- ---
{% capture content %} {% capture content %}<!DOCTYPE html>
<!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
@ -406,6 +405,5 @@
</div> </div>
</div> </div>
</body> </body>
</html> </html>{% endcapture %}
{% endcapture %} {% assign content = nil %}
{{ content | strip_newlines }}