Add an "after_content" blog to baseof.html
Populate it with links to CSS files in the page bundle.
This commit is contained in:
parent
c949edac15
commit
27c1a84ee4
3 changed files with 13 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
<footer class="site-footer">
|
||||
{{ partialCached "site/footer.html" . }}
|
||||
</footer>
|
||||
{{ block "after_content" . }}{{ end }}
|
||||
{{ partial "base/body-extras.html" . }}
|
||||
</body>
|
||||
{{- block "after_js" . }}{{ end }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue