aboutsummaryrefslogtreecommitdiff
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
parentfe35dd8b38c7e84d59981cb5670ec0a118e1723d (diff)
Remove dependencies against proprietary services
-rw-r--r--layouts/partials/footer.html9
-rw-r--r--layouts/partials/head.html5
2 files changed, 0 insertions, 14 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index f4d5ef5..bf7ef72 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,11 +1,2 @@
<!-- Footer-->
<footer class="footer bg-black small text-center text-white-50"><div class="container px-4 px-lg-5">Copyright &copy; {{ .Name }} {{ now.Format "2006"}}</div></footer>
-<!-- Bootstrap core JS-->
-<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script>
-<!-- Core theme JS-->
-<script src="js/scripts.js"></script>
-<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *-->
-<!-- * * SB Forms JS * *-->
-<!-- * * Activate your form at https://startbootstrap.com/solution/contact-forms * *-->
-<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *-->
-<script src="https://cdn.startbootstrap.com/sb-forms-latest.js"></script> \ No newline at end of file
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 }}