diff --git a/dynamicsrc/footerlower.webp b/dynamicsrc/footerlower.webp new file mode 100644 index 0000000..4c8b774 Binary files /dev/null and b/dynamicsrc/footerlower.webp differ diff --git a/dynamicsrc/footerupper.webp b/dynamicsrc/footerupper.webp new file mode 100644 index 0000000..5906ba9 Binary files /dev/null and b/dynamicsrc/footerupper.webp differ diff --git a/main.go b/main.go index 3b3555e..69bb220 100644 --- a/main.go +++ b/main.go @@ -62,7 +62,7 @@ var ( } waren = []string{ "", "Laranite", "Titanium", "Medical Supplies", "Gold", "Agricium", "Hydrogen", "Hydrogen Fuel", "Nitrogen", "Astatine", "Processed Food", "Scrap", "Recycled Material Composite", "Agricultural Supplies", - "Iodine", "Aluminium", "Copper", "Lithium", "Silicon", "Tungsten", "Aphorite", "Beryl", "Bexalite", "Waste", "Osoian hides", "Borase", "WiDoW", "Fresh Food", "Heart of the Woods", "Pressurized Ice", + "Iodine", "Aluminium", "Copper", "Lithium", "Silicon", "Tungsten", "Aphorite", "Beryl", "Bexalite", "Waste", "Osoian hides", "Borase", "WiDoW", "Fresh Food", "Heart of the Woods", "Pressurized Ice", "Atlasium", "Corundum", "Diamond", "Dolivine", "Hadanite", "Hephaestanite", "Laranite", "Quartz", "Taranite", "Stims", "Carbon", "Slam", "Distilled Spirits", "Maze", "Gasping Weevil Eggs", "E'tam", "Iron", "Methane", } ) @@ -593,15 +593,15 @@ const htmlTemplate = `
-
- {{if .LoggedIn}} -
- -
- {{else}} - Login - {{end}} -
+
+ {{if .LoggedIn}} +
+ +
+ {{else}} + Login + {{end}} +

Beitrag zur Community vom Mitglied der Trading-Staffel ({{.Member}})

@@ -892,6 +892,8 @@ const htmlTemplate = ` {{end}}
+ footer-1 + footer-2 diff --git a/static/img/footerlower.webp b/static/img/footerlower.webp new file mode 100644 index 0000000..4c8b774 Binary files /dev/null and b/static/img/footerlower.webp differ diff --git a/static/img/footerupper.webp b/static/img/footerupper.webp new file mode 100644 index 0000000..5906ba9 Binary files /dev/null and b/static/img/footerupper.webp differ