😊 Fixed missing </html> tag
This commit is contained in:
parent
d715c8f553
commit
fc9659aef4
@ -10,3 +10,4 @@
|
|||||||
</div>
|
</div>
|
||||||
{{ partial "footer" . }}
|
{{ partial "footer" . }}
|
||||||
</body>
|
</body>
|
||||||
|
</html>
|
||||||
|
@ -28,3 +28,4 @@
|
|||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
{{ partial "footer" . }}
|
{{ partial "footer" . }}
|
||||||
</body>
|
</body>
|
||||||
|
</html>
|
||||||
|
@ -57,3 +57,4 @@
|
|||||||
{{ partial "footer" . }}
|
{{ partial "footer" . }}
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
</html>
|
||||||
|
@ -18,3 +18,4 @@
|
|||||||
</div>
|
</div>
|
||||||
{{ partial "footer" . }}
|
{{ partial "footer" . }}
|
||||||
</body>
|
</body>
|
||||||
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user