MEE6 social icon

This commit is contained in:
2019-11-27 19:00:06 -05:00
parent 49b91f1b6e
commit 030db1c57e
9 changed files with 23 additions and 16 deletions

View File

@@ -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>

View File

@@ -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" />