Skip to content

Commit ff694ce

Browse files
fix: fix position of footer nav and items
1 parent aa15e17 commit ff694ce

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

elements/footer.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11

2-
3-
@{ itemsFooter }
42
</body>
53
</html>

elements/footernav.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@
1111
<li><a href="@{ url }">@{ title }</a></li>
1212
<@ end @>
1313
</ul>
14-
</nav>
14+
</nav>
15+
16+
@{ itemsFooter }

landing.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<div class="rst-content blocks">
1818
@{ +main }
1919
</div>
20-
<footer>
20+
<footer class="am-block">
2121
<@ elements/footernav.php @>
2222
</footer>
2323
</div>

0 commit comments

Comments
 (0)