Site for my Call of Duty: Mobile clan. http://codm.ataraxy.tk
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
1.0 KiB

  1. <!--
  2. If you want to include any custom html just before </head>, put it in /layouts/partials/head_custom.html
  3. Do not put anything in this file - it's only here so that hugo won't throw an error if /layouts/partials/head_custom.html doesn't exist.
  4. -->
  5. {{ $style := resources.Get "sass/custom.scss" | resources.ToCSS | resources.Minify | resources.Fingerprint }}
  6. <link rel="stylesheet" href="{{ $style.Permalink }}">
  7. <meta property="og:title" content="Ataraxy | Call of Duty: Mobile Clan" />
  8. <meta property="og:type" content="website" />
  9. <meta property="og:url" content="http://codm.ataraxy.tk/" />
  10. <meta property="og:description" content="Come check out our site for the clan for more information like requirements, members and the Discord server!" />
  11. <meta property="og:site_name" content="Ataraxy" />
  12. <!-- <meta property="og:image" content="http://codm.ataraxy.tk/images/logo/c.png" /> -->
  13. <meta property="og:image" content="images/url-preview.png" />
  14. <meta property="og:image:width" content="300" />
  15. <meta property="og:image:height" content="300" />