5 lines
356 B
HTML
5 lines
356 B
HTML
|
<!--
|
||
|
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.
|
||
|
-->
|
||
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css">
|