From 5717faed659a9eeb86c528ab56822c42eca1ad3f Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Tue, 12 Aug 2025 11:01:07 +0800 Subject: Refactor --- 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