From c916e1854f36c22209987dcf7cb32c9feb811b22 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Fri, 14 Feb 2025 11:56:21 +0800 Subject: *: Make the forge title configurable --- templates/index.html.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'templates/index.html.tmpl') diff --git a/templates/index.html.tmpl b/templates/index.html.tmpl index c725948..5f30f0c 100644 --- a/templates/index.html.tmpl +++ b/templates/index.html.tmpl @@ -3,7 +3,7 @@ {{ template "head_common" . }} - Index – Lindenii Forge + Index – {{ .global.forge_title }} {{ template "header" . }} @@ -41,11 +41,11 @@ - SSH Public Key + SSH public key {{ .global.server_public_key_string }} - SSH Fingerprint + SSH fingerprint {{ .global.server_public_key_fingerprint }} -- cgit v1.2.3