From: David ‘Bombe’ Roden Date: Fri, 15 Oct 2010 14:14:14 +0000 (+0200) Subject: Show name of current sone on index page. X-Git-Tag: 0.1-RC1~333 X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=7828d0784e4dd3e15392602dbd91316280d83438;hp=00650831729195a0958521a10bf34c69f3585091;p=Sone.git Show name of current sone on index page. --- diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index 4110320..f72ceb0 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -1,6 +1,6 @@
-

<%= Page.Index.Page.Title|l10n|html>

+

<%= Page.Index.Page.Title|l10n|insert needle="{sone}" key=currentSone.name|html>