upgrade theme
This commit is contained in:
@@ -11,10 +11,14 @@
|
||||
{{ .Content }}
|
||||
</section>
|
||||
|
||||
{{ $pages := shuffle (where site.RegularPages "Section" "tools") | first 20 }}
|
||||
<section>
|
||||
<h2>Try Something New</h2>
|
||||
<p>This list shows a selection of 20 random tools, refreshed every time this site is updated.</p>
|
||||
<!-- <section> -->
|
||||
<!-- </section> -->
|
||||
|
||||
{{ $pages := shuffle (where site.RegularPages "Section" "tools") | first 20 }}
|
||||
<section>
|
||||
<h2>Try Something New</h2>
|
||||
<p><strong>Proudly featuring {{ len (where site.RegularPages "Section" "tools") }} tools and counting!</strong>
|
||||
<br>This list shows a selection of 20 random tools, refreshed every time this site is updated.</p>
|
||||
<div id="tool-cards">
|
||||
{{ range $pages }}
|
||||
<article class="tool-card">
|
||||
|
Reference in New Issue
Block a user