added jetbrains mono for development badge
This commit is contained in:
parent
1a52470886
commit
86ecf97eb8
1 changed files with 6 additions and 1 deletions
|
|
@ -13,9 +13,14 @@ itemtype="http://schema.org/WebPage">
|
|||
|
||||
<!-- style (always cache it) -->
|
||||
{{ partialCached "essentials/style.html" . }}
|
||||
{{ if not hugo.IsProduction }}
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap" rel="stylesheet">
|
||||
{{ end }}
|
||||
</head>
|
||||
|
||||
<body class="{{ if eq .Site.Params.environment "development" }}env-development{{ end }}">
|
||||
<body class="{{ if not hugo.IsProduction }}env-development{{ end }}">
|
||||
<!-- cache partial only in production -->
|
||||
{{ if hugo.IsProduction }}
|
||||
{{ partialCached "preloader.html" . }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue