parent
0ed180375e
commit
7f8e7f0c99
25 changed files with 261 additions and 530 deletions
24
src/themes/enroll-theme/layouts/partials/head.html
Normal file
24
src/themes/enroll-theme/layouts/partials/head.html
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>{{ .Params.html_title }}</title>
|
||||
<meta name="description" content="{{ .Params.description | default site.Params.description }}">
|
||||
|
||||
{{ with .Params.og_title }}
|
||||
<meta property="og:title" content="{{ . }}">
|
||||
{{ end }}
|
||||
{{ with .Params.og_description }}
|
||||
<meta property="og:description" content="{{ . }}">
|
||||
{{ end }}
|
||||
{{ with .Params.og_type }}
|
||||
<meta property="og:type" content="{{ . }}">
|
||||
{{ end }}
|
||||
|
||||
<!-- 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=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap" rel="stylesheet">
|
||||
|
||||
<!-- Bootstrap -->
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css" rel="stylesheet">
|
||||
<link href="assets/css/site.css" rel="stylesheet">
|
||||
Loading…
Add table
Add a link
Reference in a new issue