2023-11-17 13:41:57 -08:00
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width">
|
|
|
|
<title>{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }}</title>
|
2023-11-18 14:34:47 -08:00
|
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
|
2023-11-18 15:13:38 -08:00
|
|
|
<script type="text/javascript" src="/navbar.js"></script>
|
2023-11-18 14:34:47 -08:00
|
|
|
<link rel="stylesheet" href="/catppuccin.css">
|
|
|
|
<link rel="stylesheet" href="/light_mode.css">
|
|
|
|
<link rel="stylesheet" href="/dark_mode.css">
|
2023-11-17 13:41:57 -08:00
|
|
|
{{ partialCached "head/css.html" . }}
|
|
|
|
{{ partialCached "head/js.html" . }}
|