Commit 08f727e

Noelle Leigh  ·  2025-12-26 13:46:44 -0500 EST
parent 85e157e
docs(pgs): Add docs link to marketing template

Taking inspiration from <https://pipe.pico.sh/> (commit 2aab941), this
patch adds "Docs" links to the top and bottom of the <https://pgs.sh/>
template, making it easy to jump straight to <https://pico.sh/pgs> with
a single click.

The markup has been slightly tweaked to improve the resulting layout.
1 files changed,  +6, -8
+6, -8
......@@ -30,10 +30,9 @@
3030 <header>
3131 <h1 class="text-2xl font-bold">{{.Site.Domain}}</h1>
3232 <p class="text-lg">A zero-install static site hosting service for hackers</p>
33- <div>
34- <a href="https://pico.sh/getting-started" class="btn-link my">
35- GET STARTED
36- </a>
33+ <div class="flex gap my">
34+ <a href="https://pico.sh/getting-started" class="btn-link">GET STARTED</a>
35+ <a href="https://pico.sh/pgs" class="btn-link">DOCS</a>
3736 </div>
3837
3938 <hr />
......@@ -73,10 +72,9 @@
7372 </p>
7473 </div>
7574
76- <div>
77- <a href="https://pico.sh/getting-started" class="btn-link mt">
78- GET STARTED
79- </a>
75+ <div class="flex gap my">
76+ <a href="https://pico.sh/getting-started" class="btn-link">GET STARTED</a>
77+ <a href="https://pico.sh/pgs" class="btn-link">DOCS</a>
8078 </div>
8179 </div>
8280 </header>