From 347f17f0f9e3bc791d1fd699467da9fef4dab8ff Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Tue, 2 Dec 2025 15:35:27 +0000 Subject: landing page add commit hash to version and add curation --- templates/landing.html | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) (limited to 'templates') diff --git a/templates/landing.html b/templates/landing.html index a12251c..ae0f31d 100644 --- a/templates/landing.html +++ b/templates/landing.html @@ -125,7 +125,7 @@ }} code {{ padding: 2px 8px; }} .tag-container {{ - margin: 24px 0; + margin: 16px 0; display: flex; flex-wrap: wrap; gap: 8px; @@ -170,6 +170,7 @@ text-decoration: none; }} .footer {{ margin-top: 64px; }} + .footer-separator {{ margin: 0 0.5em; opacity: 0.5; }} @@ -184,14 +185,20 @@ Browse Repositories on GitWorkshop.dev → - -
+ +
+ Curation: + {curation} +
+ +
Supports: GRASP-01 NIP-01 NIP-11 NIP-34
+
@@ -244,7 +251,7 @@
\ No newline at end of file -- cgit v1.2.3