funktion aus kommentar entfernt und eingebunden
This commit is contained in:
parent
d0bf1fe755
commit
08a30ebf85
2
func.go
2
func.go
|
@ -143,7 +143,6 @@ func htmlReplacer(input string, activePage string) string {
|
|||
output = strings.ReplaceAll(output, "!TOPICTREFF", htmlElement("h3", "Nächster Topictreff findet in "+string(getNextTopic().days)+" Tagen statt!", "class=\"topic\"")+htmlElement("p", "Am "+getNextTopic().date, "class=\"topic\""))
|
||||
}
|
||||
|
||||
/*
|
||||
events := getEvents()
|
||||
|
||||
if len(events) == 0 {
|
||||
|
@ -152,7 +151,6 @@ func htmlReplacer(input string, activePage string) string {
|
|||
|
||||
output = strings.ReplaceAll(output, "!EVENTS", htmlNewBanner("Rundgang", "https://www.chaostreff-dortmund.de/rundgang/"))
|
||||
}
|
||||
*/
|
||||
|
||||
output = strings.ReplaceAll(output, "!NEWBANNER", htmlNewBanner("Rundgang", "https://www.chaostreff-dortmund.de/rundgang/"))
|
||||
|
||||
|
|
Loading…
Reference in New Issue