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.
6 lines
415 B
6 lines
415 B
<!--
|
|
If you want to include any custom html just before </head>, put it in /layouts/partials/head_custom.html
|
|
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.
|
|
-->
|
|
{{ $style := resources.Get "sass/custom.scss" | resources.ToCSS | resources.Minify | resources.Fingerprint }}
|
|
<link rel="stylesheet" href="{{ $style.Permalink }}">
|