mirror of
https://github.com/akatiggerx04/graysx-hugo.git
synced 2025-02-22 15:39:51 -05:00
17 lines
927 B
HTML
17 lines
927 B
HTML
![]() |
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
|
||
|
<meta name="description" content="" />
|
||
|
<meta name="author" content="" />
|
||
|
<link rel="icon" href="{{ site.Params.favicon }}" />
|
||
|
<!-- Font Awesome icons (free version)-->
|
||
|
<script src="https://use.fontawesome.com/releases/v6.1.0/js/all.js" crossorigin="anonymous"></script>
|
||
|
<!-- Google fonts-->
|
||
|
<link href="https://fonts.googleapis.com/css?family=Varela+Round" rel="stylesheet" />
|
||
|
<link href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet" />
|
||
|
<!-- Core theme CSS (includes Bootstrap)-->
|
||
|
<link href="css/styles.css" rel="stylesheet" />
|
||
|
{{ $title := print .Site.Title " | " .Title }}
|
||
|
{{ if .IsHome }}{{ $title = .Site.Title }}{{ end }}
|
||
|
<title>{{ $title }}</title>
|
||
|
</head>
|