mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Render additional resources at the end of index.html (#171)
This commit is contained in:
@@ -33,4 +33,14 @@
|
||||
{{ end }}
|
||||
</div>
|
||||
|
||||
<hr>
|
||||
<h1>Additional Resources</h1>
|
||||
|
||||
<ul>
|
||||
{{ range (where .Site.Pages.ByDate "Section" "additional-resource") }}
|
||||
<li>{{ .Render "link" }}
|
||||
{{ end }}
|
||||
</ul>
|
||||
<hr>
|
||||
|
||||
{{ partial "footer.html" . }}
|
||||
|
||||
Reference in New Issue
Block a user