Skip to content

Commit c22948a

Browse files
committed
WEB: <footer> has to be within <body>
1 parent 5d8405e commit c22948a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

templates/pages/index.tpl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -128,13 +128,13 @@
128128
}
129129
})
130130
</script>
131-
</body>
132131

133-
<footer>
132+
<footer>
134133

135-
<!-- Mastodon verification -->
136-
<a rel="me" href="https://corteximplant.com/@scummvm"></a>
134+
<!-- Mastodon verification -->
135+
<a rel="me" href="https://corteximplant.com/@scummvm"></a>
137136

138-
</footer>
137+
</footer>
138+
</body>
139139

140140
</html>

0 commit comments

Comments
 (0)