MEE6 social icon
This commit is contained in:
@@ -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" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user