😊 Fixed missing </html> tag

This commit is contained in:
Nurlan Su 2016-10-25 02:14:23 +02:00
parent d715c8f553
commit fc9659aef4
4 changed files with 107 additions and 103 deletions

View File

@ -10,3 +10,4 @@
</div> </div>
{{ partial "footer" . }} {{ partial "footer" . }}
</body> </body>
</html>

View File

@ -28,3 +28,4 @@
<!-- Footer --> <!-- Footer -->
{{ partial "footer" . }} {{ partial "footer" . }}
</body> </body>
</html>

View File

@ -57,3 +57,4 @@
{{ partial "footer" . }} {{ partial "footer" . }}
</body> </body>
</html>

View File

@ -18,3 +18,4 @@
</div> </div>
{{ partial "footer" . }} {{ partial "footer" . }}
</body> </body>
</html>