From f7dde29539536a67687cbeff9662a9617e077150 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Mon, 18 Aug 2025 03:12:41 +0800 Subject: Make the index page work --- forged/templates/index.tmpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'forged/templates/index.tmpl') diff --git a/forged/templates/index.tmpl b/forged/templates/index.tmpl index 66bd177..fa9b6a0 100644 --- a/forged/templates/index.tmpl +++ b/forged/templates/index.tmpl @@ -7,7 +7,7 @@ {{- template "head_common" . -}} - Index – {{ .global.forge_title -}} + Index – {{ .BaseData.Global.ForgeTitle -}} {{- template "header" . -}} @@ -24,7 +24,7 @@ - {{- range .groups -}} + {{- range .Groups -}} {{- .Name -}} @@ -47,11 +47,11 @@ SSH public key - {{- .global.server_public_key_string -}} + {{- .BaseData.Global.SSHPubkey -}} SSH fingerprint - {{- .global.server_public_key_fingerprint -}} + {{- .BaseData.Global.SSHFingerprint -}} -- cgit v1.2.3