Merge pull request #19 from CrackerStealth/feature/include-footer-partial
Added Footer Partial Support
This commit is contained in:
@@ -19,6 +19,7 @@
|
|||||||
{{ if $paginator.HasNext }}<a href="{{ $paginator.Next.URL }}" class="pagination-older">Older Posts ></a>{{ end }}
|
{{ if $paginator.HasNext }}<a href="{{ $paginator.Next.URL }}" class="pagination-older">Older Posts ></a>{{ end }}
|
||||||
</nav>
|
</nav>
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
|
{{ partial "footer.html" . }}
|
||||||
{{ partial "scripts.html" . }}
|
{{ partial "scripts.html" . }}
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@@ -28,6 +28,7 @@
|
|||||||
{{ end }}
|
{{ end }}
|
||||||
{{ partial "home-card.html" . }}
|
{{ partial "home-card.html" . }}
|
||||||
</nav>
|
</nav>
|
||||||
|
{{ partial "footer.html" . }}
|
||||||
{{ partial "scripts.html" . }}
|
{{ partial "scripts.html" . }}
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user