aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/head.html
diff options
context:
space:
mode:
authorelliot_ <112902069+akatiggerx04@users.noreply.github.com>2022-09-07 01:00:22 +0300
committerelliot_ <112902069+akatiggerx04@users.noreply.github.com>2022-09-07 01:00:22 +0300
commitcd01e380e0850490c54f2103c1311146cb4cfe4c (patch)
tree65cd112151c4e64e67716d1e76047f1510c79676 /layouts/partials/head.html
parent8ce57dd09293660fe8fd8d31c626049223522a17 (diff)
downloadgraysx-kovok-cd01e380e0850490c54f2103c1311146cb4cfe4c.tar.gz
First Main Commit
Diffstat (limited to 'layouts/partials/head.html')
-rw-r--r--layouts/partials/head.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
new file mode 100644
index 0000000..ed7800a
--- /dev/null
+++ b/layouts/partials/head.html
@@ -0,0 +1,17 @@
+<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> \ No newline at end of file