summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-08-08 13:53:44 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-08-08 16:50:17 +0200
commitc4e43c805d33c2b1a407d430d5cfb3f9622d6a22 (patch)
tree9b58e78e4147b21a61047d70c358414e29f16524
parentd14e83048fe8585f251c44c181816b098b9426df (diff)
Update variable name
-rw-r--r--templates/about.templ8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/about.templ b/templates/about.templ
index 18cdc4e..8add2dd 100644
--- a/templates/about.templ
+++ b/templates/about.templ
@@ -3,9 +3,9 @@ package templates
import "git.thomasvoss.com/euro-cash.eu/i18n"
const (
- contactEmail = `<a href="mailto:mail@euro-cash.eu">mail@euro-cash.eu</a>`
- linkStart = `<a href="https://git.thomasvoss.com/www.euro-cash.eu" target="_blank">`
- linkEnd = `</a>`
+ contactEmail = `<a href="mailto:mail@euro-cash.eu">mail@euro-cash.eu</a>`
+ repoLinkStart = `<a href="https://git.thomasvoss.com/www.euro-cash.eu" target="_blank">`
+ linkEnd = `</a>`
)
templ About() {
@@ -17,7 +17,7 @@ templ About() {
<main>
<h2>{ p.T("Open Source") }</h2>
<p>
- @templ.Raw(p.T("This website is an open project, and a collaboration between developers, translators, and researchers. All source code, data, images, and more for the website are open source and can be found %shere%s. This site is licensed under the BSD 0-Clause license giving you the full freedom to do whatever you would like with any of the content on this site.", linkStart, linkEnd))
+ @templ.Raw(p.T("This website is an open project, and a collaboration between developers, translators, and researchers. All source code, data, images, and more for the website are open source and can be found %shere%s. This site is licensed under the BSD 0-Clause license giving you the full freedom to do whatever you would like with any of the content on this site.", repoLinkStart, linkEnd))
</p>
<h2>{ p.T("Contact Us") }</h2>
<p>