diff --git a/config.toml b/config.toml index 7af7005..4ab4a45 100644 --- a/config.toml +++ b/config.toml @@ -61,19 +61,9 @@ custom_css = ["css/custom.css"] enable = true bgImage = "images/backgrounds/codm-reddit-banner.webp" [[params.counter.counterItem]] - title = "Season 1 Percentile" + title = "Season 2 Percentile" icon = "tf-ion-trophy" - count = "22.7%" - - [[params.counter.counterItem]] - title = "Members" - icon = "tf-ion-ios-people" - count = "30" - - [[params.counter.counterItem]] - title = "Average Level" - icon = "tf-ion-android-arrow-up" - count = "92" + count = "0.3%" [[params.counter.counterItem]] title = "Average MP Rank" @@ -85,6 +75,16 @@ custom_css = ["css/custom.css"] icon = "tf-ion-ios-medkit" count = "13" + [[params.counter.counterItem]] + title = "Average Level" + icon = "tf-ion-android-arrow-up" + count = "92" + + [[params.counter.counterItem]] + title = "Members" + icon = "tf-ion-ios-people" + count = "30" + # footer [params.footer] copyright = "Themefisher" @@ -96,3 +96,7 @@ custom_css = ["css/custom.css"] # img = "https://img.icons8.com/color/48/000000/discord-logo.png" img = "images/discord-icon.svg" url = "http://codm.ataraxy.tk/discord" + + [[params.footer.socialIcon]] + img = "images/mee6-icon.png" + url = "http://codm.ataraxy.tk/mee6" diff --git a/data/contact.yml b/data/contact.yml index 90f049e..9521537 100644 --- a/data/contact.yml +++ b/data/contact.yml @@ -2,5 +2,5 @@ enable : true heading : Get In headingSpan : Touch title : Discord -content : DM JoshuaAustin07#8830 (clan master) or Kevin#9148 (vice master). +content : DM JoshuaAustin07#8830 (clan master) or PistolFist#9148 (vice master). enable_maps : false diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index fdfdf26..633a945 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -8,8 +8,11 @@
diff --git a/layouts/partials/head_custom.html b/layouts/partials/head_custom.html index 4d8eaf0..600bce5 100644 --- a/layouts/partials/head_custom.html +++ b/layouts/partials/head_custom.html @@ -25,7 +25,7 @@ Do not put anything in this file - it's only here so that hugo won't throw an er - + diff --git a/static/images/br.png b/static/images/br.png index f43df29..d3bfb0c 100644 Binary files a/static/images/br.png and b/static/images/br.png differ diff --git a/static/images/clan.png b/static/images/clan.png index 69929d7..3db296b 100644 Binary files a/static/images/clan.png and b/static/images/clan.png differ diff --git a/static/images/mee6-icon.png b/static/images/mee6-icon.png new file mode 100644 index 0000000..f091e68 Binary files /dev/null and b/static/images/mee6-icon.png differ diff --git a/static/images/mp.png b/static/images/mp.png index 4c596e7..90327c4 100644 Binary files a/static/images/mp.png and b/static/images/mp.png differ diff --git a/static/images/url-preview.png b/static/images/url-preview.png index cf139a1..c3feea8 100644 Binary files a/static/images/url-preview.png and b/static/images/url-preview.png differ