diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2024-06-27 17:24:35 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2024-06-29 17:45:56 +0200 |
| commit | 07c31b41ddf9bc97ab6ab88e1b9364cd51cfb594 (patch) | |
| tree | 83be7532f273a30f00002003ee4aaa363cf2b6e2 /layouts/partials/head.html | |
| parent | caf57499f8cea589762cc65ab5e08c3187721b9f (diff) | |
| download | graysx-kovok-07c31b41ddf9bc97ab6ab88e1b9364cd51cfb594.tar.gz | |
Changes for Kovok
Diffstat (limited to 'layouts/partials/head.html')
| -rw-r--r-- | layouts/partials/head.html | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html index ed7800a..68df436 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -4,14 +4,9 @@ <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 +</head> |
