Skip to content

Commit

Permalink
Fixes #32 missing end div html tag
Browse files Browse the repository at this point in the history
  • Loading branch information
xy2z committed Feb 24, 2024
1 parent 9e1a27c commit ae69e1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stubs/new-site/views/pages/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
<a target="_blank" href="{{ $url }}">{{ $title }}</a>
@endforeach
</nav>
</div>
</body>

</html>

0 comments on commit ae69e1f

Please sign in to comment.