Skip to content

Commit

Permalink
Fix unclosed <html> tag
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheegoguely committed Sep 28, 2021
1 parent f463cfb commit dc293cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
{{ partial "icons/icons" . }}
<script type="text/javascript" src="/dist/js/{{ index .Site.Data.js.hash "main.js" }}"></script>
</body>
<html>
</html>

0 comments on commit dc293cb

Please sign in to comment.