diff --git a/Contributors.md b/Contributors.md index 6f7ae0c..c5e46a1 100644 --- a/Contributors.md +++ b/Contributors.md @@ -4,4 +4,4 @@ This document describes the contributors to the Seekia Website codebase. Name | Date Of First Commit | Number Of Commits --- | --- | --- -Simon Sarasova | April 10, 2024 | 7 \ No newline at end of file +Simon Sarasova | April 10, 2024 | 8 \ No newline at end of file diff --git a/main.go b/main.go index 39c2555..4bbca70 100644 --- a/main.go +++ b/main.go @@ -157,7 +157,7 @@ func main(){ // Code snippets have fields that need to be parsed // So to process the code snippets, we have to: // 1. First parse the html page files to add the code snippets/replace any language fields - // 2. Then parse again to replace any language fields and instances of {{.LinkURLBase}} within the code snippets we just added + // 2. Then parse again to replace any language fields and instances of {{.BaseURL}} within the code snippets we just added // parseTemplateObjectToStringTwice := func(templateObject *template.Template, definitionsMap map[string]string)(string, error){