Skip to content

Commit ae69e1f

Browse files
committed
Fixes #32 missing end div html tag
1 parent 9e1a27c commit ae69e1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stubs/new-site/views/pages/index.blade.php

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
<a target="_blank" href="{{ $url }}">{{ $title }}</a>
6868
@endforeach
6969
</nav>
70+
</div>
7071
</body>
7172

7273
</html>

0 commit comments

Comments
 (0)