@@ -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" |
@@ -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 |
@@ -8,8 +8,11 @@ | |||
<div class="social-icon"> | |||
<ul class="list-inline"> | |||
{{ range .Site.Params.footer.socialIcon }} | |||
<li class="list-inline-item"><a class="rounded" href="{{ .url }}"><img | |||
class="my-2" src="{{ .img }}" alt="social-icon"/></a></li> | |||
<li class="list-inline-item"> | |||
<a class="rounded" href="{{ .url }}" target="_blank"> | |||
<img class="my-2" src="{{ .img }}" alt="social-icon"/> | |||
</a> | |||
</li> | |||
{{ end }} | |||
</ul> | |||
</div> |
@@ -25,7 +25,7 @@ Do not put anything in this file - it's only here so that hugo won't throw an er | |||
<meta property="og:description" content="Come check out our site for the clan for more information like requirements, members and the Discord server!" /> | |||
<meta property="og:site_name" content="Ataraxy" /> | |||
<!-- <meta property="og:image" content="http://codm.ataraxy.tk/images/logo/c.png" /> --> | |||
<meta property="og:image" content="images/url-preview.png" /> | |||
<meta property="og:image" content="http://codm.ataraxy.tk/images/url-preview.png" /> | |||
<meta property="og:image:width" content="300" /> | |||
<meta property="og:image:height" content="300" /> | |||