This commit is contained in:
Joe Hutchinson
2019-03-15 09:32:22 -04:00
2 changed files with 2 additions and 0 deletions

View File

@@ -19,6 +19,7 @@
{{ if $paginator.HasNext }}<a href="{{ $paginator.Next.URL }}" class="pagination-older">Older Posts &gt;</a>{{ end }}
</nav>
{{ end -}}
{{ partial "footer.html" . }}
{{ partial "scripts.html" . }}
</body>
</html>

View File

@@ -28,6 +28,7 @@
{{ end }}
{{ partial "home-card.html" . }}
</nav>
{{ partial "footer.html" . }}
{{ partial "scripts.html" . }}
</body>
</html>