added copyright date to templates
This commit is contained in:
@@ -23,6 +23,9 @@ import (
|
||||
// AMSTERDAM_VERSION contains the version number of Amsterdam.
|
||||
const AMSTERDAM_VERSION = "0.0.1"
|
||||
|
||||
// AMSTERDAM_COPYRIGHT contains the copyright dates for Amsterdam.
|
||||
const AMSTERDAM_COPYRIGHT = "2025"
|
||||
|
||||
// AmCLI is the command-line interface arguments structure.
|
||||
type AmCLI struct {
|
||||
ConfigFile string `arg:"-C,--config" help:"Location of the configuration file."`
|
||||
|
||||
@@ -37,6 +37,7 @@ func SetupTemplates() {
|
||||
jet.DevelopmentMode(true),
|
||||
)
|
||||
views.AddGlobal("AmsterdamVersion", config.AMSTERDAM_VERSION)
|
||||
views.AddGlobal("AmsterdamCopyright", config.AMSTERDAM_COPYRIGHT)
|
||||
views.AddGlobal("GlobalConfig", config.GlobalConfig)
|
||||
}
|
||||
|
||||
|
||||
+4
-1
@@ -7,6 +7,7 @@
|
||||
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
*}
|
||||
<div class="flex">
|
||||
<div class="flex-1 p-4">
|
||||
<!-- Venice Logo -->
|
||||
<div class="text-center mb-6">
|
||||
<img src="/img/builtin/AmsterdamLogo.png"
|
||||
@@ -18,7 +19,8 @@
|
||||
<div class="mb-6">
|
||||
<h3 class="text-lg font-bold mb-2">Amsterdam Web Communities System Release {{ AmsterdamVersion }}</h3>
|
||||
<p class="text-sm text-black mb-4">
|
||||
Copyright © 2025 <a href="https://erbosoft.com/">Erbosoft Metaverse Design Solutions</a>, All Rights Reserved.
|
||||
Copyright © {{ AmsterdamCopyright }} <a href="https://erbosoft.com/">Erbosoft Metaverse Design Solutions</a>,
|
||||
All Rights Reserved.
|
||||
</p>
|
||||
<p class="text-sm text-black">
|
||||
This software is subject to the
|
||||
@@ -58,3 +60,4 @@
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+1
-1
@@ -107,7 +107,7 @@
|
||||
<div class="text-right text-xs text-black leading-relaxed">
|
||||
All trademarks and copyrights on this page are owned by their respective companies.<br>
|
||||
All messages posted by users on this page are owned by those users.<br>
|
||||
The rest: Copyright © 2025
|
||||
The rest: Copyright © {{ AmsterdamCopyright }}
|
||||
<a href="https://www.erbosoft.com/" class="text-blue-700 hover:text-blue-900">Erbosoft Metaverse Design Solutions</a>,
|
||||
All Rights Reserved.<br>
|
||||
See our <a href="/TODO/policypage" class="text-blue-700 hover:text-blue-900">Policy Page</a>
|
||||
|
||||
Reference in New Issue
Block a user