Compare commits

..

1 Commits

Author SHA1 Message Date
53d127c349 upgrade theme 2025-08-22 13:52:00 -06:00
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 font-family: 'Source Sans 3', sans-serif
code code, pre
font-family: 'Source Code Pro', monospace font-family: 'Source Code Pro', monospace

View File

@@ -11,10 +11,14 @@
{{ .Content }} {{ .Content }}
</section> </section>
{{ $pages := shuffle (where site.RegularPages "Section" "tools") | first 20 }} <!-- <section> -->
<section> <!-- </section> -->
<h2>Try Something New</h2>
<p>This list shows a selection of 20 random tools, refreshed every time this site is updated.</p> {{ $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"> <div id="tool-cards">
{{ range $pages }} {{ range $pages }}
<article class="tool-card"> <article class="tool-card">

View File

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

View File

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