mirror of
https://gitlab.wasp.best/sel/web.git
synced 2026-09-13 09:00:17 +02:00
feat!: updated & redesigned basically everything
This commit is contained in:
parent
6ec7e8cb91
commit
79083d6683
7 changed files with 114 additions and 51 deletions
|
|
@ -2,10 +2,5 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<title>{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }}</title>
|
||||
|
||||
<!-- fonts -->
|
||||
<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=Cascadia+Code:ital,wght@0,200..700;1,200..700&family=Space+Grotesk:wght@300..700&display=swap" rel="stylesheet">
|
||||
|
||||
{{ partialCached "head/css.html" . }}
|
||||
{{ partialCached "head/js.html" . }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue