mirror of
https://github.com/gohugoio/hugo.git
synced 2026-09-03 04:02:38 +00:00
6 lines
268 B
HTML
6 lines
268 B
HTML
<link rel="stylesheet" href="/css/style.min.css">
|
|
<script src="https://use.typekit.net/bmc1jgv.js"></script>
|
|
<script>try{Typekit.load({ async: false });}catch(e){}</script>
|
|
{{ if .IsHome }}
|
|
<link rel="stylesheet" href="{{ "css/homepage.min.css" | relURL }}">
|
|
{{ end }} |