aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/head.html
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2024-03-10 01:38:19 +0100
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2024-03-10 01:38:19 +0100
commitf76c2ed0a2928a2a5e391916f09b497a6b271c4b (patch)
tree7664c9fc47d71198abf1620ea5b81fe7376fb5ea /layouts/partials/head.html
parentfe35dd8b38c7e84d59981cb5670ec0a118e1723d (diff)
downloadgraysx-hugo-f76c2ed0a2928a2a5e391916f09b497a6b271c4b.tar.gz
Remove dependencies against proprietary services
Diffstat (limited to 'layouts/partials/head.html')
-rw-r--r--layouts/partials/head.html5
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 }}