diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2024-03-10 01:38:19 +0100 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2024-03-10 01:38:19 +0100 |
| commit | f76c2ed0a2928a2a5e391916f09b497a6b271c4b (patch) | |
| tree | 7664c9fc47d71198abf1620ea5b81fe7376fb5ea /layouts/partials/head.html | |
| parent | fe35dd8b38c7e84d59981cb5670ec0a118e1723d (diff) | |
| download | graysx-hugo-f76c2ed0a2928a2a5e391916f09b497a6b271c4b.tar.gz | |
Remove dependencies against proprietary services
Diffstat (limited to 'layouts/partials/head.html')
| -rw-r--r-- | layouts/partials/head.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html index ed7800a..6f3a6c1 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -4,11 +4,6 @@ <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 }} |
