upgrade theme

This commit is contained in:
2025-08-22 13:52:00 -06:00
parent 8a862c65e6
commit 53d127c349
4 changed files with 11 additions and 5 deletions

View File

@@ -95,5 +95,5 @@ $font-path: '/fonts/static/'
*
font-family: 'Source Sans 3', sans-serif
code
code, pre
font-family: 'Source Code Pro', monospace

View File

@@ -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">

View File

@@ -0,0 +1 @@
{{ .Inner }}

View File

@@ -0,0 +1 @@
{{ .Inner | safeHTML }}