mirror of
https://github.com/Colin-XKL/Colinx-Blog.git
synced 2026-01-12 02:31:27 +08:00
9 lines
327 B
HTML
9 lines
327 B
HTML
<!--
|
|
If you want to include any custom html just before </head>, put it in /layouts/partials/extended_head.html
|
|
Do not put anything in this file - it's only here so that hugo won't throw an error if /layouts/partials/extended_head.html doesn't exist.
|
|
-->
|
|
<style type="text/css">
|
|
body {font-weight: unset !important;}
|
|
</style>
|
|
|