From 0d74093079de07f36502697468983f874265cfdf Mon Sep 17 00:00:00 2001 From: James Manker Date: Tue, 29 Aug 2023 20:48:16 -0500 Subject: [PATCH] Update Author --- generator.js | 3 ++- index.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/generator.js b/generator.js index 7c93f8f..f35c62f 100644 --- a/generator.js +++ b/generator.js @@ -25,7 +25,8 @@ class generatorViewModel { this.Meta_DisplayName = ko.observable(""); this.Meta_Description = ko.observable(""); this.Meta_Arch = ko.observable("x86_64"); - this.Meta_Author = ko.observable(""); + this._Meta_Author = ko.observable(""); + this.Meta_Author = ko.computed(() => self._Meta_Author() + ' - Made with AMP Config Generator'); this._Meta_GithubOrigin = ko.computed(() => 'https://github.com/' + self.Meta_Author() + '/AMPTemplates.git'); this._Meta_GithubURL = ko.computed(() => 'https://github.com/' + self.Meta_Author() + '/AMPTemplates'); this.Meta_URL = ko.observable(""); diff --git a/index.html b/index.html index 0672843..ea088af 100644 --- a/index.html +++ b/index.html @@ -179,7 +179,7 @@

Basic Information

Who are you? Take some credit for your work! Please use your GitHub username.
- +